summaryrefslogtreecommitdiff
path: root/res/css/partials
diff options
context:
space:
mode:
Diffstat (limited to 'res/css/partials')
-rw-r--r--res/css/partials/graph-view.scss7
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;
}