Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added navbar and darkmode to nearbypage #865

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@
color: white;
/* White text on hover */
}
a:hover {
color: blue !important;
}

.dark-mode .menu a {
color: white;
Expand Down Expand Up @@ -468,12 +465,6 @@
display: block;
/* Show on hover */
}
ul li a:hover{
color: blue !important;
}
a:hover{
color: blue !important;
}

</style>

Expand Down Expand Up @@ -530,14 +521,14 @@
</ul>
</nav>
<div class="buttons">

<button class="light-dark-btn dark-mode-toggle" id="dark-mode-toggle">
<i class="fa-solid fa-moon"></i>
</button>

<a href="login.html" class="login">Log in</a>
<a href="up.html" class="get-started">Get started</a>

<button class="light-dark-btn dark-mode-toggle" id="dark-mode-toggle">
<i class="fa-solid fa-moon"></i>
</button>


</div>
</div>
Expand Down
Loading