From cd16778e6dec976820284da6cf59207754514e91 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:27:01 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0b3d584..018e8e2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000000; --card: #0c0c0c; - --foreground: #ff0000; + --foreground: #ffffff; --primary-cta: #106EFB; --primary-cta-text: #ffffff; --secondary-cta: #000000; -- 2.49.1