From 6b44f7109832a633a30fd52f2dd3e1e95033e1c9 Mon Sep 17 00:00:00 2001 From: Dr Azad Rasul Date: Thu, 4 Jan 2024 17:09:15 +0300 Subject: [PATCH] Update style.css --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 3725c8b..562ba6b 100644 --- a/style.css +++ b/style.css @@ -23,18 +23,18 @@ li { li a { display: block; - color: blue; /* Changed the text color from #666 to blue */ + color: #666; /* Change color */ text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover:not(.active) { - color: blue; /* Changed the text color from #666 to blue */ + color: #666; /* Change color */ } li a.active { - color: blue; /* Changed the text color from #666 to blue */ + color: #666; /* Change color */ background-color: #4CAF50; } .header-right {