From d5f850b1b0183f5cf9064f5a9f31384587d0feee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 16:32:53 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 884d3a3..36c4f92 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; + --background: #000000; --card: #1a1a1a; --foreground: #ffffff; --primary-cta: #fde047; --primary-cta-text: #f5faff; - --secondary-cta: #1a1a1a; + --secondary-cta: #333333; --secondary-cta-text: #001122; --accent: #fde047; --background-accent: #fde047;