Skip to content

Commit

Permalink
fix(theme): use brand color on search highlight
Browse files Browse the repository at this point in the history
closes #2902
  • Loading branch information
brc-dd committed Sep 10, 2023
1 parent b1fbece commit d4ada13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/styles/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,6 @@
--vp-local-search-result-border: var(--vp-c-divider);
--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-bg: var(--vp-c-brand-2);
--vp-local-search-highlight-text: var(--vp-c-neutral-inverse);
}

0 comments on commit d4ada13

Please sign in to comment.