Skip to content

Commit

Permalink
Modify NavBar for Light & Dark Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
khurshed07 committed Oct 24, 2024
1 parent d393add commit 47aeabf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Css-files/navbarstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ body {
}

.nav-link {
border-radius: 12px;
color: black;
font-size: 1rem;
font-family: var(--ff-philosopher);
Expand All @@ -52,6 +53,9 @@ body {
position: relative;
transition: all 0.3s ease;
}
.nav-link:hover{
background-color: pink;
}

.nav-item.dropdown .nav-link {
text-decoration: none;
Expand Down

0 comments on commit 47aeabf

Please sign in to comment.