Skip to content

Commit

Permalink
Update default.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RemusDBD authored Jul 21, 2024
1 parent bfbdbe7 commit 633f556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ body {

.sidebar .nav-sub-link {
font-weight: 400;
color: #080808;
color: #ffffff;
padding-top: 0;
padding-bottom: 0.3em;
padding-left: 0.5em;
transition: none;
}

.sidebar .nav-sub-link:hover {
color: #f0f0f0;
color: #00ff2a;
animation: none;
}

Expand All @@ -67,7 +67,7 @@ body {

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
color: inherit;
color: #00ff22;
}

.sidebar-heading {
Expand Down

0 comments on commit 633f556

Please sign in to comment.