From c9a91179cef07ff00286f8fa6e31aa65af9f9739 Mon Sep 17 00:00:00 2001 From: Dr Azad Rasul Date: Thu, 4 Jan 2024 16:42:15 +0300 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 2560d97..ae05c9e 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ ul { padding: 0; overflow: hidden; border: 1px solid #e7e7e7; - background-color: #f3f3f3; + background-color: red; /* Changed background color to red */ } li { @@ -58,7 +58,7 @@ li a.active { left: 0; bottom: 0; width: 100%; - background-color: #f3f3f3; + background-color: green;/* changed to green from #f3f3f3 color: blue; /* Changed the text color from #666 to blue */ text-align: center; }