From f61d25b2b1fbada29ee236548d615479b51e37d8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 12:08:56 +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 b182070..f39fd76 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #fbfaff; - --card: #ffffff; + --card: #eb0000; --foreground: #0f0022; --primary-cta: #39B6D6; --primary-cta-text: #ffffff; -- 2.49.1