From 1178f01540d8914b3dd5f0964b34ce1f2c532052 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:15:24 +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 7eac7dd..9f5c565 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: #ffffffe6; - --primary-cta: #e6e6e6; + --background: #000000; + --card: #0f0f0f; + --foreground: #ffffff; + --primary-cta: #ffd600; --primary-cta-text: #e3deea; --secondary-cta: #1a1a1a; --secondary-cta-text: #27231f; - --accent: #737373; - --background-accent: #737373; + --accent: #ffd600; + --background-accent: #262626; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);