From 8aba967cb64652a93799486170d35c87beb34bc0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:25:10 +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 336bff7..d362539 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #00fffb; - --card: #1a1a1a; + --card: #ff00f4; --foreground: #f5f5f5; --primary-cta: #d4af37; --primary-cta-text: #ff0000; -- 2.49.1