From 74b27c8f6d0e155ad46a191ec5aa4acd7398da3f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:50:21 +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 b2e7de9..3629780 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000000; --card: #ffffff; - --foreground: #000000; + --foreground: #45aaeb; --primary-cta: #0798ff; --primary-cta-text: #000000; --secondary-cta: #ffffff; -- 2.49.1