From 28553f31398342529a9ecf6504f0727788705b7b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 10:14:28 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7836e31..7f59fee 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: #ffffff; - --primary-cta: #d4af37; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000000; + --primary-cta: #1c1c1c; --primary-cta-text: #000000; --secondary-cta: #ffffff; --secondary-cta-text: #000000; - --accent: #333333; - --background-accent: #1a1a1a; + --accent: #e2e2e2; + --background-accent: #f0f0f0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1