From c25dbce295b553bc51bb8b1923de8a9062ac4fdf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 14:11:51 +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 066abc7..4886dc0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #0a0a0a; - --card: #1a1a1a; + --card: #0db224; --foreground: #f5f5f5; --primary-cta: #ff0000; --primary-cta-text: #ffffff; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; --accent: #991b1b; - --background-accent: #7f1d1d; + --background-accent: #039c20; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);