fixed dumb color choice.

This commit is contained in:
Keep Creating Online
2025-01-27 19:51:03 -05:00
parent 3e5b42bb44
commit 2490335c74

View File

@@ -1,8 +1,8 @@
:root { :root {
--color-bg: #0f172a; --color-bg: #0f172a;
--color-card: #1e293b; --color-card: #1e293b;
--color-primary: #8b5cf6; --color-primary: #f43f5e;
--color-secondary: #f43f5e; --color-secondary: #ff93a5;
--color-text: #f8fafc; --color-text: #f8fafc;
--color-muted: #94a3b8; --color-muted: #94a3b8;
--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05); --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
@@ -490,4 +490,3 @@ footer a:hover {
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
} }