From c3b6c78798c94b1cbc00c6636db8cfb48d93dc41 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 03:47:20 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 61d6425..7615143 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #151515; --card: #ffffff; --foreground: #330cf8; --primary-cta: #f20707; @@ -18,7 +18,7 @@ --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; --accent: #159c49; - --background-accent: #a8e8ba; + --background-accent: #f4ff00; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1