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