From 05e745d724ea2a13b076c7b252660a5e092fa166 Mon Sep 17 00:00:00 2001 From: HBcao233 Date: Wed, 7 Feb 2024 16:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=9C=AC=E8=B6=85?= =?UTF-8?q?=E5=87=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index c0fcec8e..e7263e1e 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -1,3 +1,7 @@ +.main { + display: unset; +} + .VPSidebarItem.level-0.has-active > .item > .indicator{ background-color: var(--vp-c-brand-1); }