From 041375745626fb5bec41840de63bf9b9f773f24f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:18:57 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 60e7d06..066abc7 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: #f8f9fa; - --foreground: #1a1a1a; - --primary-cta: #ef4444; - --primary-cta-text: #0a051a; - --secondary-cta: #fca5a5; - --secondary-cta-text: #d4d4f6; - --accent: #dc2626; - --background-accent: #fee2e2; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ff0000; + --primary-cta-text: #ffffff; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffff; + --accent: #991b1b; + --background-accent: #7f1d1d; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1