From d0fbd839fc6f20684ea503bc6ef9036fc3d66ac4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 06:12:25 +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 8f29e57..c488ce3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #ff6207; + --background: #ffffff; + --card: #f8f8f8; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #eeeeee; --secondary-cta-text: #25190c; - --accent: #b82b40; - --background-accent: #e8cfa8; + --accent: #333333; + --background-accent: #e5e5e5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1