From 9a1209400f59ce7e7b8c341087b5a3ec30481811 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 20:33:47 +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 276f778..84661a8 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: #ff0000; --foreground: #1a1a1a; --primary-cta: #c5a059; --primary-cta-text: #ffffff; -- 2.49.1