From e0eb6e50a47713e4b889139077465cd2f6c016d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 11:45:28 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b88eb59..8e14ce5 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: #ffffff; - --primary-cta: #1f7cff; + --background: #02020a; + --card: #0c0c16; + --foreground: #f0f0ff; + --primary-cta: #4f46e5; --primary-cta-text: #ffffff; - --secondary-cta: #010101; + --secondary-cta: #1e1e2e; --secondary-cta-text: #ffffff; - --accent: #1f7cff; - --background-accent: #f96b2f; + --accent: #8b5cf6; + --background-accent: #1e1e2e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);