mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
style(docs): 更新品牌颜色主题配置
- 注释掉原有的 indigo 颜色变量定义 - 添加自定义深蓝色 (#1e40af) 用于文字和激活状态 - 添加自定义蓝色 (#2563eb) 用于悬停效果 - 保留原有的品牌颜色 3 和软色变量设置
This commit is contained in:
parent
fe0066299b
commit
4be7f7a731
@ -49,8 +49,11 @@
|
|||||||
--vp-c-default-3: var(--vp-c-gray-3);
|
--vp-c-default-3: var(--vp-c-gray-3);
|
||||||
--vp-c-default-soft: var(--vp-c-gray-soft);
|
--vp-c-default-soft: var(--vp-c-gray-soft);
|
||||||
|
|
||||||
--vp-c-brand-1: var(--vp-c-indigo-1);
|
/*--vp-c-brand-1: var(--vp-c-indigo-1);*/
|
||||||
--vp-c-brand-2: var(--vp-c-indigo-2);
|
/*--vp-c-brand-2: var(--vp-c-indigo-2);*/
|
||||||
|
--vp-c-brand-1: #1e40af; /* 深蓝:文字 / active */
|
||||||
|
--vp-c-brand-2: #2563eb; /* 蓝:hover */
|
||||||
|
|
||||||
--vp-c-brand-3: var(--vp-c-indigo-3);
|
--vp-c-brand-3: var(--vp-c-indigo-3);
|
||||||
--vp-c-brand-soft: var(--vp-c-indigo-soft);
|
--vp-c-brand-soft: var(--vp-c-indigo-soft);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user