From b34e585906eda834add234310eac165289cf9728 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 19:08:29 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0296d0f..f5c7f4d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #fdfdfd; - --foreground: #1a1a1a; + --card: #000000; + --foreground: #000000; --primary-cta: #e63946; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #ffffff; - --accent: #ff6b6b; - --background-accent: #f1f1f1; + --accent: #e63946; + --background-accent: #f4f4f4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);