Archived
1
0

update themes to be more consistant

This commit is contained in:
Jeff Becker 2016-03-08 08:31:12 -05:00
parent 014dbdfa95
commit 9db627d07f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 9 additions and 1 deletions

View File

@ -69,3 +69,7 @@ table thead th {
background: #430000; background: #430000;
border-color: #270000; border-color: #270000;
} }
.navbar-sep {
color: #270000;
}

View File

@ -195,7 +195,7 @@ a:hover , a:visited:hover {
color: #ff0000; color: #ff0000;
} }
a, a:visited { a, a:visited, .navbar-link > label {
color: #34345C; color: #34345C;
} }
@ -230,6 +230,10 @@ a, a:visited {
color: darkgray; color: darkgray;
} }
.navbarlink > label {
text-decoration: underline;
}
#postform_container { #postform_container {
margin-top: 1em; margin-top: 1em;
} }