From dc99b60fbb36ca0a7707f6073fa1e073cf36113d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:11:40 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 19f4137..f10ce4d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,12 +13,12 @@ --background: #0a0a0a; --card: #1a1a1a; --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --primary-cta: #8b5cf6; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #3b82f6; + --background-accent: #10b981; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);