From 0077d31090ce193e54fd1427cc1d717ed09c99a6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:36:14 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 066abc7..b88eb59 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #ff0000; + --foreground: #ffffff; + --primary-cta: #1f7cff; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #010101; --secondary-cta-text: #ffffff; - --accent: #991b1b; - --background-accent: #7f1d1d; + --accent: #1f7cff; + --background-accent: #f96b2f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1