darkness theme cleanup
This commit is contained in:
parent
4d1e68e430
commit
335abb6a09
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user