diff options
Diffstat (limited to 'web/dashboard.css')
-rw-r--r-- | web/dashboard.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/dashboard.css b/web/dashboard.css index 63e2b905f..eb2ed1b0d 100644 --- a/web/dashboard.css +++ b/web/dashboard.css @@ -6,6 +6,19 @@ body { font-variant: normal; } +.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; } |