From 5b5d4625504dbfe0d47353e37b37f653886791ce Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Wed, 8 Oct 2025 18:28:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/style/custom.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/.vitepress/theme/style/custom.less b/docs/.vitepress/theme/style/custom.less index 93fc135..d24e048 100644 --- a/docs/.vitepress/theme/style/custom.less +++ b/docs/.vitepress/theme/style/custom.less @@ -1,3 +1,10 @@ +:root { + --vp-c-indigo-1: #1E88E5; + --vp-c-indigo-2: #2196F3; + --vp-c-indigo-3: #42A5F5; + --vp-c-indigo-soft: rgb(66, 165, 245, 0.14); +} + .vp-doc h2 { padding-top: 0; border-top: none;