diff options
Diffstat (limited to 'view/theme/darkness')
-rw-r--r-- | view/theme/darkness/style.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css new file mode 100644 index 000000000..a93f87a90 --- /dev/null +++ b/view/theme/darkness/style.css @@ -0,0 +1,32 @@ +@import url('../default/style.css'); + +body { + background: #000000; + color: #FF0000; +} + +.nav-link { + color: #FF0000; + background: #888888; +} + +.nav-commlink { + color: #FF0000; + background: #888888; +} + +.profile-tabs { + color: #FF0000; + background: #888888; + +} + +a, a:visited { + color: #444444; + text-decoration: none; +} + +a:hover { + color: #FF0000; + text-decoration: underline; +} |