From e48150bd5a4657a4387cd8cffc176892f6948610 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:33:58 +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 aa81a59..57c970d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #1a1a1a; - --card: #262626; - --foreground: #ffffff; - --primary-cta: #dc2626; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; --primary-cta-text: #ffffff; - --secondary-cta: #262626; + --secondary-cta: #ffffff; --secondary-cta-text: #ffffff; - --accent: #991b1b; - --background-accent: #7f1d1d; + --accent: #d8cef5; + --background-accent: #22c55e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1