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/partials/graph-view.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'res/css/partials') diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss index b465e8b9..95f7bdbb 100644 --- a/res/css/partials/graph-view.scss +++ b/res/css/partials/graph-view.scss @@ -4,7 +4,6 @@ } .node { - stroke: #fff; stroke-width: 1px; font-size: 16px; z-index:100; @@ -15,7 +14,7 @@ } .circle { - stroke: #fff; + stroke: $light-grey; stroke-width: 1.5px; z-index: 100; pointer-events:all; @@ -24,13 +23,13 @@ .nodetext { - fill: #FFFFFF; + fill: $dark-grey; font-size:17px; z-index:3; } .linklabel{ - stroke: #EEEEEE; + stroke: $dark-grey; font-size:14px; } -- cgit v1.3.1