From 754debeec84a9b9d32b8daa0f7bfbb0e83b07b11 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:22:33 +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 e501c6f..f1c8313 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f5f4f0; - --card: #ffffff; + --card: #f86565; --foreground: #1a1a1a; --primary-cta: #2c2c2c; --primary-cta-text: #f6f0e9; -- 2.49.1