Skip to content

Commit

Permalink
chore: side menu color fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Mar 5, 2024
1 parent 024080d commit 2ee789f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ code {
color-scheme: dark;
}

nav.td-sidebar-nav a.active {
background-color: transparent;
font-weight: bold;
}

// make version dropdown highling not-so-obnoxious
ul.dropdown-menu {
--bs-dropdown-bg: #0f1443;
Expand Down

0 comments on commit 2ee789f

Please sign in to comment.