From d28d9cd173c987fa789f40c2a940a697f65aaf64 Mon Sep 17 00:00:00 2001 From: Lanta Date: Fri, 3 Nov 2023 22:51:03 +0100 Subject: [PATCH] colors --- includes/topnav.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/topnav.css b/includes/topnav.css index 0e1e12e..09be423 100644 --- a/includes/topnav.css +++ b/includes/topnav.css @@ -31,11 +31,11 @@ /* Add a grey background color on mouse-over */ .topnav a:hover { background-color: #000000; - color: #33ff33; + color: #ffffff; } /* Style the active link (or home/logo) */ .active { - background-color: #333; - color: white; + background-color: #0f0f0f; + color: #33ff33; } \ No newline at end of file