From 1e63c9f7662d90d3dd0d54a1a3a9df10cb6e4481 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar 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; }