From 09dea5055b1a3faeb69cfbccc17b81e6a2f73748 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 08:27:42 +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 fc1fea1..66b63a3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #000000; --card: #0c0c0c; - --foreground: #e0e0e0; - --primary-cta: #007AFF; + --foreground: #ffffff; + --primary-cta: #106EFB; --primary-cta-text: #ffffff; - --secondary-cta: #222222; + --secondary-cta: #000000; --secondary-cta-text: #e0e0e0; - --accent: #007AFF; - --background-accent: #001A33; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);