darkness theme cleanup

This commit is contained in:
Friendika 2011-01-07 04:45:39 -08:00
parent 4d1e68e430
commit 335abb6a09
1 changed files with 11 additions and 1 deletions

View File

@ -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;
}