diff options
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 9961a801..2edf88b1 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -889,11 +889,6 @@ p { font-size: 18px; background-color: transparent; } -.linklabel { - stroke: #363636; - font-size: 14px; - background-color: transparent; } - .svg-input-fo-link { stroke: #363636; } @@ -909,6 +904,12 @@ p { stroke-opacity: 0.5; z-index: 1; } +.linklabel { + font-size: 14px; + fill: black; + stroke: transparent; + text-shadow: 2px 2px yellow; } + .ghostlink { opacity: 0.0; fill: white; |
