From fa997f46cd8dbfb2e3b8d1328872e7934c301a95 Mon Sep 17 00:00:00 2001 From: Lanta Date: Fri, 3 Nov 2023 22:46:21 +0100 Subject: [PATCH] backround --- includes/topnav.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/topnav.css b/includes/topnav.css index a844408..acc609b 100644 --- a/includes/topnav.css +++ b/includes/topnav.css @@ -1,7 +1,7 @@ /* Style the navigation menu */ .topnav { overflow: hidden; - background-color: #333; + background-color: #0f0f0f; position: relative; } @@ -31,7 +31,7 @@ /* Add a grey background color on mouse-over */ .topnav a:hover { background-color: #000000; - color: black; + color: rgb(255, 255, 255); } /* Style the active link (or home/logo) */