Skip to content

Commit

Permalink
improve search selection colors
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 19, 2021
1 parent 8728659 commit 37425db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/assets/plugins/search/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ body.site-search-visible {
background-color: var(--sl-color-primary-600);
}

.sl-theme-dark .site-search__results li[aria-selected='true'] a,
.sl-theme-dark .site-search__results li[aria-selected='true'] a small,
.sl-theme-dark .site-search__results li[aria-selected='true'] a sl-icon {
background-color: var(--sl-color-primary-400);
color: var(--sl-color-neutral-1000);
}

.site-search__results h3 {
font-weight: var(--sl-font-weight-semibold);
margin: 0;
Expand Down

0 comments on commit 37425db

Please sign in to comment.