From ca73992c70e5402152fb02401773f6449bf5f8b8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 18:24:17 +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 f1177db..126f669 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #159c49; + --background: #0B0B0B; + --card: #2A2A2A; + --foreground: #FFFFFF; + --primary-cta: #B71C1C; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #2A2A2A; --secondary-cta-text: #1c1c1c; - --accent: #159c49; - --background-accent: #a8e8ba; + --accent: #FBC02D; + --background-accent: #FBC02D; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);