Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad77 committed Jan 4, 2024
1 parent a0f98fc commit 6b44f71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6b44f71

Please sign in to comment.