diff options
| author | garbash <dor.garbash@gmail.com> | 2014-12-02 14:46:53 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-12-02 14:46:53 +0200 |
| commit | 9fb41136e9620d60dc23bb5f44ed44ab88f9a2a9 (patch) | |
| tree | f527bf1ed109abeb37c1b465b1bc703f505e78b8 /res/css/partials | |
| parent | 77f57c0e7a008b6fc2ed0dc7c4ba4054690f5fc1 (diff) | |
Changed text colour for nodes and edges
Diffstat (limited to 'res/css/partials')
| -rw-r--r-- | res/css/partials/graph-view.scss | 7 |
1 files changed, 3 insertions, 4 deletions
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; } |
