From d3164a8edea77a9d67eb693b9544eeb4536e0df2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:28:19 +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 8fdc073..732b7c0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #1a0b2e; - --foreground: #ffffff; - --primary-cta: #BA68C8; + --background: #0a0a0a; + --card: #1a0d2e; + --foreground: #f8f5ff; + --primary-cta: #8b5cf6; --primary-cta-text: #ffffff; - --secondary-cta: #6A1B9A; + --secondary-cta: #6d28d9; --secondary-cta-text: #ffffff; - --accent: #CE93D8; - --background-accent: #2a0d45; + --accent: #c084fc; + --background-accent: #2e1065; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);