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