From c0315b00b7c815d6ef20ac37ec09df94f5c03e2e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 14:53:23 +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 87cf811..ee6d131 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #d47749; --card: #f9f9f9; - --foreground: #120a00e6; + --foreground: #000000; --primary-cta: #ff8c42; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1