diff options
Diffstat (limited to 'view/theme/darkness')
-rw-r--r-- | view/theme/darkness/style.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css index a93f87a90..a7097d543 100644 --- a/view/theme/darkness/style.css +++ b/view/theme/darkness/style.css @@ -4,29 +4,32 @@ body { background: #000000; color: #FF0000; } +.nav-selected { + background: #000000 !important; +} .nav-link { color: #FF0000; - background: #888888; + background: #444444; } .nav-commlink { color: #FF0000; - background: #888888; + background: #444444; } .profile-tabs { color: #FF0000; - background: #888888; + background: #444444; } -a, a:visited { - color: #444444; +a, a:visited, .fakelink, .fakelink:visited { + color: #888888; text-decoration: none; } -a:hover { +a:hover, .fakelink:hover { color: #FF0000; text-decoration: underline; } |