From d7f75c64513625d2714cb261dbeb7b0324b0c6bb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:47:07 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 82c2509..fc40dc8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #dec4cb; + --background: #dee3f0; + --card: #e9a1b4; --foreground: #391617; --primary-cta: #ba0e3c; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #f1d5de; --secondary-cta-text: #250c0d; --accent: #f7b6cb; --background-accent: #ffffff;