change menu colors

This commit is contained in:
Mark Eaton
2021-03-09 16:48:29 -05:00
parent a6044f3428
commit fe4d23f653
+5 -4
View File
@@ -21,7 +21,7 @@ body {
/* style navbar */ /* style navbar */
.navbar-default { .navbar-default {
background-color: #ccc; background-color: white;
border: none; border: none;
font-size: 1.4em; font-size: 1.4em;
color: #111; color: #111;
@@ -88,8 +88,9 @@ a.searchmenu {
text-align: center; text-align: center;
padding: 6px; padding: 6px;
margin: 6px 0px; margin: 6px 0px;
color: #111; color: white;
background-color: #ccc; background-color: #003466;
border-radius: 3px;
} }
.nav-divs-by-jumbotron>h2 { .nav-divs-by-jumbotron>h2 {
@@ -103,7 +104,7 @@ a.no-underline {
} }
.nav-divs-by-jumbotron:hover { .nav-divs-by-jumbotron:hover {
background-color: #ddd; background-color: #444;
} }
/* style the panels with the text content */ /* style the panels with the text content */