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