style(docs): 更新品牌颜色变量定义

- 移除自定义深蓝色和蓝色配置
- 使用 VitePress 内置的 indigo 颜色变量替代
- 简化品牌颜色主题配置
- 保持品牌色彩一致性
This commit is contained in:
GeWuYou 2026-02-11 16:20:25 +08:00
parent 5aaef20b70
commit caf0784326

View File

@ -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);