diff --git a/includes/topnav.css b/includes/topnav.css index 6740179..2fe1e3e 100644 --- a/includes/topnav.css +++ b/includes/topnav.css @@ -30,12 +30,12 @@ /* Add a grey background color on mouse-over */ .topnav a:hover { - background-color: #ddd; + background-color: rgb(129, 94, 58); color: black; } /* Style the active link (or home/logo) */ .active { - background-color: #04AA6D; + background-color: #000000; color: white; } \ No newline at end of file