From 738eac0f36752c7b0f4f37d56ed9a9415131a3b6 Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Sat, 6 Dec 2014 14:04:32 +0200 Subject: minor twaeks to the graph styling --- res/css/partials/graph-view.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'res/css/partials') diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss index fefe163d..1e003663 100644 --- a/res/css/partials/graph-view.scss +++ b/res/css/partials/graph-view.scss @@ -19,7 +19,7 @@ } .nodetext { - fill: $mid-grey; + fill: $dark-grey; font-size: $h3-size; z-index:3; } @@ -195,16 +195,14 @@ #editlinkname{ width:inherit; height:inherit; - - font-size: 17px; + font-size: $h3-size; } #editname{ width:inherit; height:inherit; - - font-size: 17px; + font-size: $h3-size; } -- cgit v1.3.1