From 8a2e90d423facf580dc048bc67e11a199660d3b1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:26:44 +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 018e8e2..0b3d584 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000000; --card: #0c0c0c; - --foreground: #ffffff; + --foreground: #ff0000; --primary-cta: #106EFB; --primary-cta-text: #ffffff; --secondary-cta: #000000; -- 2.49.1