aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/darkness
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-18 21:11:18 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-18 21:11:18 -0700
commit65a420b22755f774dc2422f7fdf3709e01289945 (patch)
tree43848b09e1eb8e5c2d211f5a1ebb6fa498feb39e /view/theme/darkness
parent881037a0d9430b13e852ccac46590945a5093957 (diff)
downloadvolse-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.css15
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;
}