From 45433f7a55ee4e15a5c2012ebef7f441e6052dc1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:28:19 +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 0bd036f..516431a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #000000; --card: #ffffff; - --foreground: #1c1c1c; + --foreground: #d9d9d9; --primary-cta: #1c1c1c; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; --accent: #6139e6; - --background-accent: #b3a8e8; + --background-accent: #8400ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);