From e69036354b7f673ccb2cff69332adf552e30faba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:05: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 08f7d12..ba21cbe 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #ebe8de; - --foreground: #1a1a1a; - --primary-cta: #2d5a47; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #0B3D2E; --primary-cta-text: #ffffff; - --secondary-cta: #f5f4ef; + --secondary-cta: #f9f9f9; --secondary-cta-text: #1C1C1C; - --accent: #d4a574; - --background-accent: #2d5a47; + --accent: #D4AF37; + --background-accent: #0B3D2E; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);