From 2e9871579b69d73fa6c4542bc456b612ad536fbe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:42:36 +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 997e9fc..cbce47d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #e34400; - --primary-cta-text: #ffffff; - --secondary-cta: #010101; - --secondary-cta-text: #ffffff; - --accent: #ff7b05; - --background-accent: #106efb; + --foreground: #fff5f5e6; + --primary-cta: #ff7a7a; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #fff5f5e6; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1