From ebb76a1f1a60adc6d4fd2ff91bc50d6b41e53887 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:41:04 +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 baaa1ba..d725dc6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #8B0000; + --card: #ffffff; --foreground: #8B0000; --primary-cta: #191b5f; --primary-cta-text: #ffffff; -- 2.49.1