From 7994138d8b47bece39cb189e6d62985b8daf880b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 16:51:38 +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 c434303..2ae8d2b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0d0d0d; + --background: #0a0a0a; --card: #171717; - --foreground: #ffffff; + --foreground: #f5f5f5; --primary-cta: #3b82f6; --primary-cta-text: #ffffff; - --secondary-cta: #0d0d0d; + --secondary-cta: #171717; --secondary-cta-text: #ffffff; --accent: #3b82f6; - --background-accent: #171717; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);