From 2255ae3ef93c819137004afc375e20c6387e2c89 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:45:56 +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 90360dc..24c3115 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,13 +11,13 @@ --background-accent: #ffffff; */ --background: #f7f6f7; - --card: #f1bbcd; + --card: #dec4cb; --foreground: #391617; - --primary-cta: #e6c9d0; + --primary-cta: #d01246; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #250c0d; - --accent: #b90941; + --accent: #f7b6cb; --background-accent: #ffffff; /* text sizing - set by ThemeProvider */ -- 2.49.1