From 32afec9af98b6a2018bdce28794f96e17c9abf99 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:18:20 +0000 Subject: [PATCH] Switch to version 2: modified src/app/styles/variables.css --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1a5bb9f..b925f2a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; + --background: #f7f6f7; --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #2c2c2c; - --primary-cta-text: #f5f4f0; - --secondary-cta: #f5f4f0; - --secondary-cta-text: #1a1a1a; - --accent: #8a8a8a; - --background-accent: #e8e6e1; + --foreground: #25190c; + --primary-cta: #ff6207; + --primary-cta-text: #f7f6f7; + --secondary-cta: #ffffff; + --secondary-cta-text: #25190c; + --accent: #ffce93; + --background-accent: #e8cfa8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);