From 294f4494fbe62e868becc63e73c4a8423d13d574 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 13:19:04 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 2276416..1aa3598 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #fcf6ec; + --card: #f3ede2; + --foreground: #2e2521; + --primary-cta: #2e2521; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #d4d4d4; - --background-accent: #f4f4f4; + --accent: #b2a28b; + --background-accent: #b2a28b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);