fix(theme): improve contrast of search highlight text (#2887)

pull/2889/head
skirtle 1 year ago committed by GitHub
parent 12ef12d633
commit 20f9770268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}

Loading…
Cancel
Save