From 8c9bae507db5304648efe096e99c92e0eb11efce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 12:01:36 +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 94e4069..b925f2a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f7f6f7; - --card: #bb2c2c; + --card: #ffffff; --foreground: #25190c; --primary-cta: #ff6207; --primary-cta-text: #f7f6f7; -- 2.49.1