From 69218d99bd5cba58450a79469430bd3b8e91d1a3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:07:57 +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 3d0e32c..4fdcc21 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; + --card: #e60909; --foreground: #000f06e6; --primary-cta: #0a7039; --primary-cta-text: #ffffff; -- 2.49.1