From a4b5babdfc12f5a2dff461a128d4cd8827982b0b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 13:36:42 +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 37b6b78..3dd0e63 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #F5F7FA; --card: #ffffff; - --foreground: #250c0d; + --foreground: #0A0D6E; --primary-cta: #b82b40; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; -- 2.49.1