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
2 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -195,7 +195,7 @@ a:hover , a:visited:hover {
color: #ff0000;
}
a, a:visited {
a, a:visited, .navbar-link > label {
color: #34345C;
}
@@ -230,6 +230,10 @@ a, a:visited {
color: darkgray;
}
.navbarlink > label {
text-decoration: underline;
}
#postform_container {
margin-top: 1em;
}