From a2138b70fdac3945b6d53026633c7319eb1a71ba Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Fri, 3 Nov 2023 22:44:33 +0100 Subject: [PATCH] color --- includes/topnav.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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