From 19dd481a0bd6d8e3ebea8d9ecb6ec7c0f583e193 Mon Sep 17 00:00:00 2001 From: Dr Azad Rasul Date: Thu, 4 Jan 2024 16:15:05 +0300 Subject: [PATCH] Update style.css --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 3d1d379..2560d97 100644 --- a/style.css +++ b/style.css @@ -23,18 +23,18 @@ li { li a { display: block; - color: #666; + color: blue; /* Changed the text color from #666 to blue */ text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover:not(.active) { - background-color: #ddd; + color: blue; /* Changed the text color from #666 to blue */ } li a.active { - color: white; + color: blue; /* Changed the text color from #666 to blue */ background-color: #4CAF50; } .header-right { @@ -59,7 +59,7 @@ li a.active { bottom: 0; width: 100%; background-color: #f3f3f3; - color: white; + color: blue; /* Changed the text color from #666 to blue */ text-align: center; } */