From 717d758017948b6e246d2fc1abf7cded846194a9 Mon Sep 17 00:00:00 2001 From: Lanta Date: Fri, 3 Nov 2023 22:52:16 +0100 Subject: [PATCH] lighter --- includes/topnav.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/topnav.css b/includes/topnav.css index 4bdc467..f1b09e7 100644 --- a/includes/topnav.css +++ b/includes/topnav.css @@ -31,7 +31,7 @@ /* Add a grey background color on mouse-over */ .topnav a:hover { - background-color: #000000; + background-color: #494949; color: #ffffff; }