From 203ed93af9b1101800abfcceb7e70375d689368b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:00:51 +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 ab67bfe..6806781 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f23636; + --card: #000000; --foreground: #000000; --primary-cta: #ffffff; --primary-cta-text: #000000; -- 2.49.1