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