aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/darkness
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-07 04:45:39 -0800
committerFriendika <info@friendika.com>2011-01-07 04:45:39 -0800
commit335abb6a09b98f2e4a145b86e08c7ef4ac8c1b21 (patch)
tree41d695c4f9f7a6aeee136d52500d40cff19394f4 /view/theme/darkness
parent4d1e68e4307d4eea13a078053d2f768d82676f32 (diff)
downloadvolse-hubzilla-335abb6a09b98f2e4a145b86e08c7ef4ac8c1b21.tar.gz
volse-hubzilla-335abb6a09b98f2e4a145b86e08c7ef4ac8c1b21.tar.bz2
volse-hubzilla-335abb6a09b98f2e4a145b86e08c7ef4ac8c1b21.zip
darkness theme cleanup
Diffstat (limited to 'view/theme/darkness')
-rw-r--r--view/theme/darkness/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css
index 4ae67f92d..3aff559d3 100644
--- a/view/theme/darkness/style.css
+++ b/view/theme/darkness/style.css
@@ -26,11 +26,16 @@ input, select {
background-color: #000000;
color: #FF0000;
}
-.nav-link:hover, .nav-commlink:hover {
+.nav-link:hover, .nav-commlink:hover, .profile-tabs:hover {
background: #DDDDDD;
color: #FF0000;
}
+#logo-text a, #logo-text a:visited, #site-location {
+ color: #000000;
+}
+
+
#page-footer {
border: none;
}
@@ -59,3 +64,8 @@ a:hover, .fakelink:hover {
color: #FF0000;
text-decoration: underline;
}
+
+.profile-tabs {
+ color: #FF0000;
+ background: #444444;
+}