From eff3f527de632a0fd1101e015304be0b0b10909f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 20:46:17 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8d89950..ca0f064 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #f8f8f8; - --foreground: #1a1a1a; + --card: #1A1A1A; + --foreground: #FFFFFF; --primary-cta: #FF0099; --primary-cta-text: #ffffff; - --secondary-cta: #2a2a2a; + --secondary-cta: #FF0099; --secondary-cta-text: #FF0099; --accent: #F4C2D7; - --background-accent: #2a2a2a; + --background-accent: #121212; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1