From cd17dbf7dc7bbe7c907c9fdc105a6b6293c2d8c9 Mon Sep 17 00:00:00 2001 From: hi_nikola <344382052@qq.com> Date: Thu, 16 Jul 2026 17:04:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9A=97=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E4=BE=A7=E8=BE=B9=E6=A0=8F=E5=BD=93=E5=89=8D=E7=AB=A0?= =?UTF-8?q?=E8=8A=82=E6=96=87=E5=AD=97=E8=A2=AB=E4=BA=AE=E7=BB=BF=E8=89=B2?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 47a4f06..0432f50 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -723,6 +723,11 @@ button { background: var(--wb-acid); } +.dark .VPSidebarItem.is-active > .item .link { + color: var(--wb-ink) !important; + background: var(--wb-acid-soft); +} + .VPSidebarItem.is-active > .item .link::before { position: absolute; top: 0;