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.scss8
1 files changed, 3 insertions, 5 deletions
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;
}