fix: remove blue from header by using dark gray background

This commit is contained in:
2026-03-21 20:51:03 +08:00
parent bb56998614
commit e1017164e8

View File

@@ -6,8 +6,8 @@
:root { :root {
--bg-primary: #000000; --bg-primary: #000000;
--bg-secondary: #16213e; --bg-secondary: #0a0a0a;
--bg-tertiary: #0f3460; --bg-tertiary: #1a1a1a;
--text-primary: #eee8d5; --text-primary: #eee8d5;
--text-secondary: #a39e93; --text-secondary: #a39e93;
--accent: #fld4a4c; --accent: #fld4a4c;