change menu colors
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user