From 9e3b0fa1f2cf2c71251b76f5d1ba04fb936fad99 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:16:32 +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 6a30668..7e5bddd 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: #0c0c0c; --foreground: #ffffff; - --primary-cta: #e34400; + --primary-cta: #cee7ff; --primary-cta-text: #ffffff; - --secondary-cta: #010101; + --secondary-cta: #000000; --secondary-cta-text: #ffffff; - --accent: #ff7b05; - --background-accent: #e34400; + --accent: #cee7ff; + --background-accent: #cee7ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);