From bc5d71f029cf8bc67263ae13ba649c8d352e1895 Mon Sep 17 00:00:00 2001 From: Lanta Date: Fri, 3 Nov 2023 22:49:20 +0100 Subject: [PATCH] s --- includes/topnav.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/topnav.css b/includes/topnav.css index acc609b..0e1e12e 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; - color: rgb(255, 255, 255); + color: #33ff33; } /* Style the active link (or home/logo) */