From cd70e5c5ed63c6e76b2f9adf78a8df4a192ceec0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 18:59:41 +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 644dc35..9c9fbe7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffc905; --card: #f9f9f9; - --foreground: #000000; + --foreground: #fffafa; --primary-cta: #ff0505; --primary-cta-text: #ffffff; --secondary-cta: #ff1f0b; -- 2.49.1