diff options
Diffstat (limited to 'view/theme/darkness')
-rw-r--r-- | view/theme/darkness/style.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css index a7097d543..41f695abc 100644 --- a/view/theme/darkness/style.css +++ b/view/theme/darkness/style.css @@ -1,13 +1,39 @@ @import url('../default/style.css'); +nav { + background: #CCC; +} +footer { + background: #CCC; +} +#banner { + color: #FF0000; +} + body { background: #000000; color: #FF0000; } .nav-selected { background: #000000 !important; + color: #888888 !important; +} + +input:hover { + background-color: #000000; +} +input, select { + background-color: #000000; + color: #FF0000; +} +.nav-link:hover, .nav-commlink:hover { + background: #DDDDDD; + color: #FF0000; } +#page-footer { + border: none; +} .nav-link { color: #FF0000; background: #444444; |