Skip to content

Commit

Permalink
feat: updates (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
AE-Hertz authored Nov 10, 2024
1 parent b76a62a commit c7281fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions views/partials/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ html {
align-items: center;
color: #14A44D;
}
.dark-mode .nav-link-b {
color: #14ffd8;
text-shadow: 0 0 5px #14ffd8, 0 0 10px #14ffd8, 0 0 15px #14ffd8;
}
</style>
<% } else { %>
<style>
Expand Down
8 changes: 8 additions & 0 deletions views/partials/navbar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ a {
text-decoration: none;
}
.dark-mode a {
color: rgb(0, 251, 209);
text-decoration: none;
}
/* Enhanced Styling for Active Links */
.active-link {
border-radius: 5px;
Expand Down Expand Up @@ -143,6 +148,9 @@ a {
padding: 0.5rem 1rem;
border-radius: 5px;
}
.dark-mode .navbar .btn {
border: 2px solid #00ffe1;
}
.btn i {
vertical-align: middle;
Expand Down

0 comments on commit c7281fd

Please sign in to comment.