diff --git a/groups/new-homepage-3/homepage3-js-css.html b/groups/new-homepage-3/homepage3-js-css.html index b03e869..d621675 100644 --- a/groups/new-homepage-3/homepage3-js-css.html +++ b/groups/new-homepage-3/homepage3-js-css.html @@ -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 */