diff options
Diffstat (limited to 'view/theme/darkness')
-rw-r--r-- | view/theme/darkness/style.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css index 828fdd104..3bc4c6aea 100644 --- a/view/theme/darkness/style.css +++ b/view/theme/darkness/style.css @@ -26,7 +26,7 @@ input, select { background-color: #000000; color: #FF0000; } -.nav-link:hover, .nav-commlink:hover, .profile-tabs:hover { +.nav-link:hover, .nav-commlink:hover, .tab:hover { background: #DDDDDD; color: #FF0000; } @@ -49,7 +49,7 @@ input, select { background: #444444; } -.profile-tabs { +.tab { color: #FF0000; background: #444444; @@ -65,7 +65,3 @@ a:hover, .fakelink:hover { text-decoration: underline; } -.profile-tabs { - color: #FF0000; - background: #444444; -} |