Skip to content

Commit

Permalink
use proper themed color for highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Oct 1, 2024
1 parent 941625d commit b682339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ x-search {
}

.language-radio a:hover {
background-color: #fff;
background-color: var(--ifm-navbar-background-color);
font-weight: 600;
}

.language-radio:not(:hover) .current {
background-color: #fff;
background-color: var(--ifm-navbar-background-color);
font-weight: 600;
}

0 comments on commit b682339

Please sign in to comment.