From f5c457de449474ee2a2e0f3d914058e116587c41 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 21:36:38 +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 23e1831..615e943 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdf7f7; - --card: #ffffff; - --foreground: #2d1b24; - --primary-cta: #ff7a8a; + --background: #ffffff; + --card: #fbfbfb; + --foreground: #1a1a1a; + --primary-cta: #2a2a2a; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #f1f1f1; --secondary-cta-text: #2d1b24; - --accent: #fccdd3; - --background-accent: #fbcfe8; + --accent: #e5e5e5; + --background-accent: #f5f5f5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);