Skip to content

Commit

Permalink
fix(theme): improve contrast of search highlight text (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
skirtles-code committed Aug 31, 2023
1 parent 12ef12d commit 20f9770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/styles/vars.css
Expand Up @@ -508,5 +508,5 @@
--vp-local-search-result-selected-bg: var(--vp-c-bg);
--vp-local-search-result-selected-border: var(--vp-c-brand-1);
--vp-local-search-highlight-bg: var(--vp-c-green-1);
--vp-local-search-highlight-text: var(--vp-c-black);
--vp-local-search-highlight-text: var(--vp-c-neutral-inverse);
}

0 comments on commit 20f9770

Please sign in to comment.