From 8b90672722099d0ed70719542018cdc79543017d Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 8 Jun 2012 17:32:19 +0200 Subject: [PATCH] css tweaks --- html/force-big.css | 8 +++++--- html/force-light.css | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/html/force-big.css b/html/force-big.css index 777d1b5..e642e50 100644 --- a/html/force-big.css +++ b/html/force-big.css @@ -8,7 +8,8 @@ .node text { font-size: 10px; - color: #333; + fill: #fff; + font-weight: bold; } .link line { @@ -18,12 +19,13 @@ } .node ellipse { - fill: #fff; + fill: #04f; stroke: #04f; } .node ellipse.gateway { - stroke: #FF7F0E; + stroke: #ff7f0e; + fill: #ff7f03; } .node ellipse.client { diff --git a/html/force-light.css b/html/force-light.css index 363c80f..13983b8 100644 --- a/html/force-light.css +++ b/html/force-light.css @@ -9,7 +9,7 @@ .node text { font-size: 10px; - color: #333; + fill: #333; } .link line {