From fc64d8763dc44539ba8db2355667b3578216d6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Wed, 26 Apr 2023 14:31:31 +0800 Subject: [PATCH] fix(docs): highlight color --- docs/.vitepress/theme/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 50315bc29..b261876c9 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -11,8 +11,8 @@ --vp-c-brand-darker: #7b0080; --vp-c-brand-dimm: rgba(145, 71, 150, 0.08); - --vp-c-highlight-bg: var(--vp-c-brand-light); - --vp-c-highlight-text: var(--vp-c-bg); + --vp-local-search-highlight-bg: var(--vp-c-brand-light); + --vp-local-search-highlight-text: var(--vp-c-bg); } /**