From 2989eb7e76dcfdd8a27a1f6c2b765ef7fce00470 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:44:15 +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 c4749cf..21951c3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f7f6f7; - --card: #dfcdd3; + --card: #f1bbcd; --foreground: #391617; --primary-cta: #cc234d; --primary-cta-text: #f7f6f7; -- 2.49.1