Skip to content

Commit

Permalink
light-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
meetarora10 committed Jul 23, 2024
1 parent 7e51a82 commit 1f3b945
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions server/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,12 @@
color: #000000;
/* Dark mode logo color */
}
.light-mode .nav-links{
background-color: whitesmoke;
}
.light-mode .navCloseBtn{
color: black;
}
.nav__link {
color: var(--body-color);
/* Light mode logo color */
Expand Down Expand Up @@ -581,7 +586,7 @@
<!-- Logo of the website. -->
<br />

<ul class="nav-links">
<ul class="nav-links ">
<!-- Unordered list for navigation links. -->
<i class="uil uil-times navCloseBtn"></i>
<!-- Icon for closing navigation menu. -->
Expand Down

0 comments on commit 1f3b945

Please sign in to comment.