From 0c9062a66fa6601b0c0579134ce33a454055fff1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 10:15:47 +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 79374af..f913a1c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #0c1200; + --foreground: #101200; --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1