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 eda4cf7 commit 19dd481
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: #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 {
Expand All @@ -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;
}
*/
Expand Down

0 comments on commit 19dd481

Please sign in to comment.