From 06097125fdc2668e1d38f33ae3fce8f7d75234bc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:47:15 +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 676c0e8..570c231 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f7f6f7; --card: #ffffff; - --foreground: #0c1325; + --foreground: #00b5fa; --primary-cta: #0798ff; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; -- 2.49.1