From ff0f810894d839e6ae5dff8d3bbfb9dee602e953 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 19:01:43 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 b88eb59..7f7bb3b 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: #1f7cff; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #ffffff; - --secondary-cta: #010101; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #1f7cff; - --background-accent: #f96b2f; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);