From 231da016bb846cf64e5755f3ebe34351003c3719 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:56:55 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9abffbb..a278d09 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcfcfc; + --background: #fdf2f8; --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #0a7039; + --foreground: #1a0b16; + --primary-cta: #db2777; --primary-cta-text: #ffffff; - --secondary-cta: #15479c; + --secondary-cta: #fce7f3; --secondary-cta-text: #ffffff; - --accent: #ff8c42; - --background-accent: #f3ede2; + --accent: #f472b6; + --background-accent: #fbcfe8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);