From e13e28c0ddf09c9be62900c4add04cbb25ef75ff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:31:07 +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 4bb318e..65b0e1d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #FFF6E9; - --card: #fcfcfc; - --foreground: #1F1F1F; - --primary-cta: #C62828; + --background: #FFF8DC; + --card: #FFFACD; + --foreground: #8B0000; + --primary-cta: #FF6B35; --primary-cta-text: #FFFFFF; - --secondary-cta: #F4A261; + --secondary-cta: #FFB347; --secondary-cta-text: #1F1F1F; - --accent: #2A9D8F; - --background-accent: #F4A261; + --accent: #FF8C00; + --background-accent: #FFD700; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);