From 9285fd8fcdaf7af55d836e346d2fbe672b5843cb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:57:08 +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 aed6f58..19377b8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f55252; --card: #000000; - --foreground: #000000; + --foreground: #dcd9d9; --primary-cta: #e63946; --primary-cta-text: #f5faff; --secondary-cta: #000000; -- 2.49.1