From 256f8ded50c39494edbec748adf65527a8a1e4eb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 23:02:00 +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 712e5dc..3ddcc4b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #d3b9c3; - --card: #e6c6cf; + --card: #e8beca; --foreground: #faf6eb; --primary-cta: #bb164c; --primary-cta-text: #f7f0f3;