From caf07843266081bcc0988ffe93cea0200b4a4872 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:20:25 +0800 Subject: [PATCH] =?UTF-8?q?style(docs):=20=E6=9B=B4=E6=96=B0=E5=93=81?= =?UTF-8?q?=E7=89=8C=E9=A2=9C=E8=89=B2=E5=8F=98=E9=87=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除自定义深蓝色和蓝色配置 - 使用 VitePress 内置的 indigo 颜色变量替代 - 简化品牌颜色主题配置 - 保持品牌色彩一致性 --- docs/.vitepress/theme/style.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index e502085..70d8cea 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -48,13 +48,8 @@ --vp-c-default-2: var(--vp-c-gray-2); --vp-c-default-3: var(--vp-c-gray-3); --vp-c-default-soft: var(--vp-c-gray-soft); - /* GFramework Brand Colors */ - --vp-c-brand-1: #1e40af; /* 深蓝:文字 / active */ - --vp-c-brand-2: #2563eb; /* 蓝:hover */ - /*--vp-c-brand-3: #3b82f6; !* 主蓝:按钮 / 主色 *!*/ - /*--vp-c-brand-soft: rgba(59, 130, 246, 0.14);*/ - /*!*--vp-c-brand-1: var(--vp-c-indigo-1);*!*/ - /*--vp-c-brand-2: var(--vp-c-indigo-2);*/ + --vp-c-brand-1: var(--vp-c-indigo-1); + --vp-c-brand-2: var(--vp-c-indigo-2); --vp-c-brand-3: var(--vp-c-indigo-3); --vp-c-brand-soft: var(--vp-c-indigo-soft);