From 834f80a5c312bcc71574565f408b8559f8d2dd33 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 11:23:16 +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 2cbff63..c8a008c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f9f5fa; --card: #ffffff; - --foreground: #230043; + --foreground: #0f001d; --primary-cta: #39B6D6; --primary-cta-text: #ffffff; --secondary-cta: #ffffff;