From 480a8a3c4a05b1b20cc6e6d56380e8dce762ab58 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 21:13:53 +0000 Subject: [PATCH] Switch to version 1: modified src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index bbe374e..22a6cbd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --foreground: #000612; + --primary-cta: #c5a059; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #000000; --secondary-cta-text: #ffffff; --accent: #e2e2e2; - --background-accent: #c4c4c4; + --background-accent: #f3eee5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);