From ff05eae023d77f206cd7f6ea030fafc9938e00bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:09:13 +0000 Subject: [PATCH] Update 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 627fc80..55ff36f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; + --background: #000000; --card: #1a1a1a; - --foreground: #ffffff; + --foreground: #FFFFFF; --primary-cta: #FFD700; --primary-cta-text: #000000; - --secondary-cta: #ffffff; + --secondary-cta: #8B0000; --secondary-cta-text: #000000; --accent: #FFD700; - --background-accent: #222222; + --background-accent: #8B0000; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);