From 59d53d07a1a409fcb827fe1b66f07768ce22e348 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:47:47 +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 e657f53..d297b6e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,13 +11,13 @@ --background-accent: #ffffff; */ --background: #e8eaed; - --card: #e9a1b4; + --card: #e6c6cf; --foreground: #391617; - --primary-cta: #ba0e3c; + --primary-cta: #bf224c; --primary-cta-text: #f7f6f7; --secondary-cta: #f1d5de; --secondary-cta-text: #250c0d; - --accent: #f7b6cb; + --accent: #dfbfc9; --background-accent: #ffffff; /* text sizing - set by ThemeProvider */ -- 2.49.1