From: Eduardo San Martin Morote Date: Thu, 26 Oct 2023 15:07:30 +0000 (+0200) Subject: docs: fix hit active color X-Git-Tag: @pinia/nuxt@0.5.2-beta.0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1151e67f5eb2f5221273f9a8566e3e5ba9154a1e;p=thirdparty%2Fvuejs%2Fpinia.git docs: fix hit active color --- diff --git a/packages/docs/.vitepress/theme/styles/vars.css b/packages/docs/.vitepress/theme/styles/vars.css index 6a4ef89a..a276e627 100644 --- a/packages/docs/.vitepress/theme/styles/vars.css +++ b/packages/docs/.vitepress/theme/styles/vars.css @@ -95,6 +95,10 @@ html.dark:root { ); } +html.dark .DocSearch { + --docsearch-hit-active-color: var(--c-text-light-1); +} + /** * Component: Button * -------------------------------------------------------------------------- */