From ca4e13880e8c42f36461e9a96f4b862b3d9ced9f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 01:28:38 +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 628d4be..5038a9b 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: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #d4af37; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #1f514c; --primary-cta-text: #f5f5f5; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #b8860b; - --background-accent: #8b6914; + --accent: #159c49; + --background-accent: #a8e8ba; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);