From 1bcd1059a08449cb504f620081b804b16de5f6f0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:40:55 +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 d362539..3c82736 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #00fffb; --card: #ff00f4; - --foreground: #f5f5f5; + --foreground: #002dff; --primary-cta: #d4af37; --primary-cta-text: #ff0000; --secondary-cta: #ff0000; -- 2.49.1