From eb6094b8f8e2fd85998d0befc1a11352dad5bcaf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 20:00:54 +0000 Subject: [PATCH] Switch to version 1: modified 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 942f6ac..b7afc67 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdfaf6; - --card: #f7f2ed; - --foreground: #1a2c3d; - --primary-cta: #4b77be; + --background: #f5f4ef; + --card: #dad6cd; + --foreground: #2a2928; + --primary-cta: #2a2928; --primary-cta-text: #f5f4ef; - --secondary-cta: #fdfaf6; + --secondary-cta: #ecebea; --secondary-cta-text: #2a2928; - --accent: #e6c7a8; - --background-accent: #f3e5d7; + --accent: #ffffff; + --background-accent: #c6b180; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);