From 94c8ad2970f304edb3addceb6086e0724044a398 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:36:31 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 26d1a40..59f452d 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: #333333; - --primary-cta: #facc15; - --primary-cta-text: #000000; - --secondary-cta: #333333; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #dfff1c; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #e5e7eb; - --background-accent: #f3f4f6; + --accent: #8b9a1b; + --background-accent: #5d6b00; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1