Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Changing the background color of dark theme active search reults (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend authored Jul 21, 2023
1 parent 3600ff0 commit e8844f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,7 @@ p > code {
font-family: var(--ifm-font-family-mono);
font-weight: 700;
}

[data-theme='dark'] .DocSearch-Hit[aria-selected=true] a {
background-color: #4daaa9;
}

0 comments on commit e8844f2

Please sign in to comment.