From 8395cf1b7b455bea6c831d5e58333c93a858c2e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:27:42 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 47bbc8e..a92eb39 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f0f8ffe6; + --foreground: #f5f5f5; --primary-cta: #cee7ff; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; --secondary-cta-text: #f0f8ffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #3f5c79; + --background-accent: #004a93; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);