fix(dark-mode): 修复视觉审查发现的2处硬编码浅色背景
- Hero右侧快速导航卡片: bg-white/80 → bg-[var(--color-bg-primary)]/80 - CTA区块: 新增--color-cta-bg变量(浅色#FAFAFA/深色#141414) - 视觉验证通过: 8页全量截图确认无遗留问题
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
--color-accent-cyan-rgb: 8, 145, 178;
|
||||
|
||||
--color-footer-bg: #1C1C1C;
|
||||
--color-cta-bg: #FAFAFA;
|
||||
--color-footer-text: #A0A0A0;
|
||||
--color-footer-text-muted: #666666;
|
||||
--color-footer-text-dim: #999999;
|
||||
@@ -198,6 +199,7 @@
|
||||
--color-accent-cyan-rgb: 6, 182, 212;
|
||||
|
||||
--color-footer-bg: #000000;
|
||||
--color-cta-bg: #141414;
|
||||
--color-footer-text: #8C8C8C;
|
||||
--color-footer-text-muted: #525252;
|
||||
--color-footer-text-dim: #737373;
|
||||
|
||||
Reference in New Issue
Block a user