From 3da46cafc039cbde01b4f192a9cfa71770891197 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 16:35:33 +0000 Subject: [PATCH] Switch to version 3: modified src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1a5bb9f..6a41ab0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; - --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #2c2c2c; - --primary-cta-text: #f5f4f0; - --secondary-cta: #f5f4f0; - --secondary-cta-text: #1a1a1a; - --accent: #8a8a8a; - --background-accent: #e8e6e1; + --background: #F7F2EA; + --card: #FFFFFF; + --foreground: #2C1A10; + --primary-cta: #2C1A10; + --primary-cta-text: #FFFFFF; + --secondary-cta: #E1B875; + --secondary-cta-text: #2C1A10; + --accent: #E1B875; + --background-accent: #FF8C42; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);