From 4ca7b378567dab7ed8bcc59f5327437e8005dfd0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 08:14:15 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 93c0db2..8370aa0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #1c1c1c; - --primary-cta: #00A3E0; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #ff0000; --primary-cta-text: #ffffff; - --secondary-cta: #E53935; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #e2e2e2; - --background-accent: #f5f5f5; + --accent: #ff0000; + --background-accent: #3f1111; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);