Skip to content

Commit

Permalink
Modify NavBar for light and Dark Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
khurshed07 authored Oct 25, 2024
1 parent d393add commit f34c10e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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 Expand Up @@ -164,4 +168,4 @@ body {
.nav-item {
margin-bottom: 1rem;
}
}
}

0 comments on commit f34c10e

Please sign in to comment.