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 {