From f3f3afba71d115cba17d0b2f5cb9758deba827fe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 10:15:39 +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 65ffd3d..78e0540 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f5faff; --card: #f1f8ff; - --foreground: #001122; + --foreground: #0080ff; --primary-cta: #15479c; --primary-cta-text: #f5faff; --secondary-cta: #ffffff; -- 2.49.1