From 330f1d75d0a735e68a88ebbbd42ec43a9e0d6f00 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:27:37 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 47bbc8e..b7041b2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f0f8ffe6; - --primary-cta: #cee7ff; + --foreground: #ffffff; + --primary-cta: #106efb; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; --secondary-cta-text: #f0f8ffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #106efb; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);