From a9feae62c26ab855425fb5c4b1523f4578bcbe14 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:36:32 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 997e9fc..b88eb59 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,12 +13,12 @@ --background: #0a0a0a; --card: #1a1a1a; --foreground: #ffffff; - --primary-cta: #e34400; + --primary-cta: #1f7cff; --primary-cta-text: #ffffff; --secondary-cta: #010101; --secondary-cta-text: #ffffff; - --accent: #ff7b05; - --background-accent: #106efb; + --accent: #1f7cff; + --background-accent: #f96b2f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);