From 041f11d7f809bf42108df34e0637c5e06ffd1d50 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:21:53 +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 3007159..4bb4a3d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #F6F0E9; - --card: #2b180a; + --card: #c56521; --foreground: #2b180a; --primary-cta: #8B0000; --primary-cta-text: #ffffff; -- 2.49.1