From 779d2c4a7ee3a53c4d236ced651b98feb570a81c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 20:12:22 +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 f3b9eca..6156ebb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #22c55e; + --background: #0A0A0A; + --card: #1A1A1A; + --foreground: #FFFFFF; + --primary-cta: #2ECC71; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #8E44AD; --secondary-cta-text: #1c1c1c; - --accent: #a855f7; - --background-accent: #fbbf24; + --accent: #F4D03F; + --background-accent: #F7DC6F; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);