From c000e530cbbf6f702ce19cb7e88b7b26b3a4bc3c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:11:29 +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 3db9833..d65b7a0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f9d5f5; - --card: #ffffff; + --card: #ffdddd; --foreground: #2f1e1e; --primary-cta: #9e6ae0; --primary-cta-text: #f5f5f5;