From 9fb41136e9620d60dc23bb5f44ed44ab88f9a2a9 Mon Sep 17 00:00:00 2001 From: garbash Date: Tue, 2 Dec 2014 14:46:53 +0200 Subject: Changed text colour for nodes and edges --- res/css/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 40076cf3..bac33349 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -149,25 +149,24 @@ table { background-color: #f5f5fa; } .node { - stroke: #fff; stroke-width: 1px; font-size: 16px; z-index: 100; } .circle { - stroke: #fff; + stroke: #f5f5fa; stroke-width: 1.5px; z-index: 100; pointer-events: all; box-shadow: 0 0 0px #FFFF8F; } .nodetext { - fill: #FFFFFF; + fill: #363636; font-size: 17px; z-index: 3; } .linklabel { - stroke: #EEEEEE; + stroke: #363636; font-size: 14px; } .link { -- cgit v1.3.1