Skip to content

Commit

Permalink
Update theme-dark.css
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmylo committed Jul 29, 2024
1 parent 425a3ba commit 9fa0841
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@ div#toc >ul::before {
}

.nav a:hover, .nav li.active > a {
background-color: #AAA;
background-color: #FFF;
color: #000;
}

.nav ul li a {
background-color: #686868;
background-color: #424242;
}

.nav li a {
background-color: #000;
}

/*overwrites end*/
Expand Down

0 comments on commit 9fa0841

Please sign in to comment.