From f3769f14e4db550d3173a68a411c0ef8c14cf232 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:24:13 +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 c28e037..eaded9d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f5f4f0; - --card: #b79595; + --card: #e2baba; --foreground: #1a1a1a; --primary-cta: #2c2c2c; --primary-cta-text: #f6f0e9; -- 2.49.1