From a12e3caa06ecbf8b238b9b8e2afaec01abf97a8b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 17:31:33 +0000 Subject: [PATCH] Switch to version 1: modified src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index dd1067d..92128b0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #faf8f3; + --background: #f5f5f5; --card: #ffffff; - --foreground: #2b1810; - --primary-cta: #8b6f47; + --foreground: #1c1c1c; + --primary-cta: #341f51; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #d4a574; - --background-accent: #e8dcc8; + --accent: #6139e6; + --background-accent: #b3a8e8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);