From 17d0213cabdc241c6656961d613798f2efefad64 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 03:10:51 +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 4d487e2..b72a1ed 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #ecff11; + --foreground: #3ca7ff; --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1