diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-18 21:11:18 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-18 21:11:18 -0700 |
commit | 65a420b22755f774dc2422f7fdf3709e01289945 (patch) | |
tree | 43848b09e1eb8e5c2d211f5a1ebb6fa498feb39e /view/theme/darkness | |
parent | 881037a0d9430b13e852ccac46590945a5093957 (diff) | |
download | volse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.tar.gz volse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.tar.bz2 volse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.zip |
theme cleanup
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; } |