From 0e9f2197cdc1b15e9afeb180e0162795feb6f5ab Mon Sep 17 00:00:00 2001 From: zchengo <1933757688@qq.com> Date: Sat, 25 Feb 2023 20:08:16 +0800 Subject: [PATCH] ui: change theme style --- docs/docs/.vitepress/theme/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/.vitepress/theme/index.css b/docs/docs/.vitepress/theme/index.css index 6fa9e5a..c89aaa8 100644 --- a/docs/docs/.vitepress/theme/index.css +++ b/docs/docs/.vitepress/theme/index.css @@ -18,6 +18,7 @@ --vp-button-brand-hover-bg: #476FFF; --vp-button-brand-active-border: #476FFF; + --vp-button-brand-active-bg: #476FFF; /* 主题基色 */ --vp-c-brand: #476FFF;