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 4d03ffb commit c9a9117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ul {
padding: 0;
overflow: hidden;
border: 1px solid #e7e7e7;
background-color: #f3f3f3;
background-color: red; /* Changed background color to red */
}

li {
Expand Down Expand Up @@ -58,7 +58,7 @@ li a.active {
left: 0;
bottom: 0;
width: 100%;
background-color: #f3f3f3;
background-color: green;/* changed to green from #f3f3f3
color: blue; /* Changed the text color from #666 to blue */
text-align: center;
}
Expand Down

0 comments on commit c9a9117

Please sign in to comment.