Skip to content

Commit

Permalink
Fixing issue 324
Browse files Browse the repository at this point in the history
Edited the nav bar in light mode such that the text remains black but the nav menu is translucent white shade
  • Loading branch information
Jasleen1210 committed Jun 27, 2024
1 parent 8fbf279 commit 5e6744f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,11 @@ nav ul li a:hover {
transform: scale(1.1);
}

.light-mode nav ul li a{
color: rgb(21, 20, 20);
}


@media only screen and (max-width: 850px) {
* {
font-size: 18px !important;
Expand Down Expand Up @@ -1970,6 +1975,9 @@ button:hover {
animation-duration: 0.5s;
animation-timing-function: ease-out;
}
.light-mode .sidebarOne{
background-color: rgba(220, 219, 217, 0.281);
}

.slide-in {
animation-name: slide-in;
Expand Down

0 comments on commit 5e6744f

Please sign in to comment.