fix: remove blue from header by using dark gray background
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user