From 1b763fe2378734094bb0f62b686fcb94ca9e84ca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 14:05:44 +0000 Subject: [PATCH] Update theme colors --- 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 99b5bca..8bb4ae2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fff9f9; + --background: #0a0a0a; --card: #1a1a1a; - --foreground: #fffaf5e6; - --primary-cta: #ffaa70; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #fffaf5e6; + --foreground: #ffffff; + --primary-cta: #e34400; + --primary-cta-text: #ffffff; + --secondary-cta: #010101; + --secondary-cta-text: #ffffff; --accent: #737373; - --background-accent: #737373; + --background-accent: #e34400; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1