From da2cc08c0e7a64f942edcc12d169c2b7fe022676 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 02:22:43 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d12c3c0..e0e90af 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #250c0d; - --primary-cta: #b82b40; + --background: #1a0d0d; + --card: #2d1515; + --foreground: #f5e6e6; + --primary-cta: #d946a6; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #2d1515; --secondary-cta-text: #250c0d; - --accent: #b90941; - --background-accent: #e8a8b6; + --accent: #c2185b; + --background-accent: #6b1b47; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1