diff options
Diffstat (limited to 'web/dashboard.slate.css')
-rw-r--r-- | web/dashboard.slate.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/dashboard.slate.css b/web/dashboard.slate.css index 0536a3ed6..9223958ae 100644 --- a/web/dashboard.slate.css +++ b/web/dashboard.slate.css @@ -14,6 +14,19 @@ body { border-left: 2px solid #765d9c; } +.morelink { + color: #765d9c; + text-decoration: none; +} +.morelink:hover { + color: #563d7c; + text-decoration: none; +} +.morelink:focus { + color: #765d9c; + text-decoration: none; +} + .netdata-chart-alignment { margin-left: 55px; } |