From 75721e3da3909760dcd273ddc8b397521acff21c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:40: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 c6a82b4..64a3c68 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #e3deea; --card: #ffffff; - --foreground: #27231f; + --foreground: #1429ea; --primary-cta: #1403fc; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; -- 2.49.1