From d976af78dc2435201dcd2200e68d94a894fec61d Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 8 Jun 2012 17:39:47 +0200 Subject: [PATCH] css tweaks --- html/force-big.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/force-big.css b/html/force-big.css index e642e50..f3f9940 100644 --- a/html/force-big.css +++ b/html/force-big.css @@ -7,8 +7,8 @@ } .node text { - font-size: 10px; - fill: #fff; + font-size: 11px; + fill: #000; font-weight: bold; } @@ -19,8 +19,8 @@ } .node ellipse { - fill: #04f; - stroke: #04f; + fill: #fff; + stroke: #48f; } .node ellipse.gateway {