From fe4d23f653e453614096c916a6e21fb3df828c05 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Tue, 9 Mar 2021 16:48:29 -0500 Subject: [PATCH] change menu colors --- groups/new-homepage-3/homepage3-js-css.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 */