From 5f18a3a5e8b3c05e6ede269fe5633f4af69d7f8c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 14:14:27 +0000 Subject: [PATCH] Switch to version 2: 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 85020cf..6efd088 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #171717; - --foreground: #ffffff; - --primary-cta: #7B2FF7; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #1a1a1a; + --primary-cta: #1c1c1c; --primary-cta-text: #ffffff; - --secondary-cta: #00C6FF; + --secondary-cta: #f0f0f0; --secondary-cta-text: #ffffff; - --accent: #333333; - --background-accent: #1a1a1a; + --accent: #d4af37; + --background-accent: #f2f2f2; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);