From 41a5f9d8beaffe1185c0c63524723a3e7b662c61 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 21:24:49 +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 2df563d..785a94a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F7F4EE; - --card: #FFFFFF; - --foreground: #173A35; - --primary-cta: #173A35; + --background: #FDFBF7; + --card: #F4EDE6; + --foreground: #1A2E2C; + --primary-cta: #8B6E4E; --primary-cta-text: #F7F4EE; - --secondary-cta: #D8C9B6; + --secondary-cta: #E6DCD1; --secondary-cta-text: #173A35; - --accent: #C9A86A; - --background-accent: #A8B7A1; + --accent: #A89A8A; + --background-accent: #D1C6BB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);