diff --git a/includes/topnav.css b/includes/topnav.css index 2fe1e3e..a844408 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: rgb(129, 94, 58); + background-color: #000000; color: black; } /* Style the active link (or home/logo) */ .active { - background-color: #000000; + background-color: #333; color: white; } \ No newline at end of file