From 8f16adbdf31c84a218a0267c1d1b07d68e60b2db Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:26:45 +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 b88eb59..997e9fc 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: #1f7cff; + --primary-cta: #e34400; --primary-cta-text: #ffffff; --secondary-cta: #010101; --secondary-cta-text: #ffffff; - --accent: #1f7cff; - --background-accent: #f96b2f; + --accent: #ff7b05; + --background-accent: #106efb; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1