From 3f023db023a602abb928af13de75083b8fbc01ea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:04:53 +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 756bcb1..a965063 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #fcf963; --card: #FCF963; - --foreground: #000612e6; + --foreground: #1358e2; --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9;