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 */
.navbar-default {
background-color: #ccc;
background-color: white;
border: none;
font-size: 1.4em;
color: #111;
@@ -88,8 +88,9 @@ a.searchmenu {
text-align: center;
padding: 6px;
margin: 6px 0px;
color: #111;
background-color: #ccc;
color: white;
background-color: #003466;
border-radius: 3px;
}
.nav-divs-by-jumbotron>h2 {
@@ -103,7 +104,7 @@ a.no-underline {
}
.nav-divs-by-jumbotron:hover {
background-color: #ddd;
background-color: #444;
}
/* style the panels with the text content */