Skip to content

Commit

Permalink
Merge pull request #400 from meetarora10/light-branch
Browse files Browse the repository at this point in the history
Navbar links are now visible in every mode .
  • Loading branch information
Manaregr8 authored Jul 23, 2024
2 parents c358aa4 + 1f3b945 commit 640027e
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 640027e

Please sign in to comment.