From 129a24d7939a879e698f46ef6b035372c1912332 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 05:50:33 +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 164a50f..0cd7478 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; + --background: #000000; + --card: #0f0f0f; --foreground: #ffffff; - --primary-cta: #e34400; + --primary-cta: #f97316; --primary-cta-text: #0a1a0c; - --secondary-cta: #010101; + --secondary-cta: #171717; --secondary-cta-text: #d4f6d8; - --accent: #e34400; - --background-accent: #e34400; + --accent: #f97316; + --background-accent: #171717; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);