summaryrefslogtreecommitdiff
path: root/res/client/css/by-view
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/by-view')
-rw-r--r--res/client/css/by-view/graph-view.scss13
1 files changed, 7 insertions, 6 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss
index 1e8f2501..87f988cf 100644
--- a/res/client/css/by-view/graph-view.scss
+++ b/res/client/css/by-view/graph-view.scss
@@ -43,12 +43,6 @@
background-color: transparent;
}
-.linklabel{
- stroke: $dark-grey;
- font-size: $h4-size;
- background-color: transparent;
-}
-
// editor for link text
.svg-input-fo-link {
stroke: $dark-grey;
@@ -68,6 +62,13 @@
z-index:1;
}
+.linklabel{
+ font-size: $h4-size;
+ fill: black;
+ stroke: transparent;
+ text-shadow: 2px 2px yellow;
+}
+
.ghostlink {
opacity: 0.0;
fill: white;