From d94cd8f0d5801991f1d86dda1f61e83ef0601c86 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 06:31: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 7d5656b..70ea4e6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -14,7 +14,7 @@ --card: #ffffff; --foreground: #25190c; --primary-cta: #0a60e6; - --primary-cta-text: #f7f6f7; + --primary-cta-text: #000000; --secondary-cta: #ffffff; --secondary-cta-text: #25190c; --accent: #ffce93; -- 2.49.1