From 189dbe5741acc0a44816897b6f4b6955b5b397e9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 21:47:42 +0000 Subject: [PATCH] Update 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 4cf0ec9..c7b9cfa 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #0c0c0c; - --foreground: #ffffff; - --primary-cta: #106EFB; - --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --card: #1a1a1a; + --foreground: #E0E0E0; + --primary-cta: #FFD700; + --primary-cta-text: #000000; + --secondary-cta: #333333; --secondary-cta-text: #ffffff; - --accent: #8B0000; - --background-accent: #106EFB; + --accent: #FFD700; + --background-accent: #0a0a0a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);