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