Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
gollaanusha249 committed Jul 21, 2024
1 parent 90e2f19 commit ecb0c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Css-files/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ ul {
color: var(--a);
font-size: 15px;

background-color: var(--background-color);
background-color: black;

transition: background-color 0.3s, transform 0.3s;

Expand Down Expand Up @@ -233,7 +233,7 @@ body {

.dropdown-item:hover {
background-color: #007bff;
color: #fff;
color: #ffffff;
transform: scale(1.1);
}

Expand Down

0 comments on commit ecb0c75

Please sign in to comment.