From e1229f23eaca0ef40e429f930b210af6a791e40a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 03:07:17 +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 58f7786..f4349aa 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdfaf7; + --background: #fdf8f5; --card: #ffffff; - --foreground: #5c4b45; - --primary-cta: #e8998d; + --foreground: #2d3436; + --primary-cta: #ff8e78; --primary-cta-text: #ffffff; - --secondary-cta: #fdfaf7; + --secondary-cta: #20b2aa; --secondary-cta-text: #5c4b45; - --accent: #f3dcd9; - --background-accent: #f7e7e3; + --accent: #2ecc71; + --background-accent: #f3e5e0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);