From 7e4b9e03c079ca70f4474763746926ddf6438c7c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 09:14:46 +0000 Subject: [PATCH] Switch to version 3: 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 09e9c71..ad5bd30 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2b180a; + --background: #fdfbf7; + --card: #f4efe9; + --foreground: #3d3227; + --primary-cta: #8b5e3c; --primary-cta-text: #fcf6ec; - --secondary-cta: #efe7dd; + --secondary-cta: #e4d9ce; --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #d4c5b9; + --background-accent: #f4efe9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);