]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix hit active color
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 26 Oct 2023 15:07:30 +0000 (17:07 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 26 Oct 2023 15:07:30 +0000 (17:07 +0200)
packages/docs/.vitepress/theme/styles/vars.css

index 6a4ef89a570b63c62150ed1f29c0e7e1e4831524..a276e627ab2a517326393956858b65d055b30de2 100644 (file)
@@ -95,6 +95,10 @@ html.dark:root {
   );
 }
 
+html.dark .DocSearch {
+  --docsearch-hit-active-color: var(--c-text-light-1);
+}
+
 /**
  * Component: Button
  * -------------------------------------------------------------------------- */