From d76d945a9e2a718361b1ca0cdb2aacb85c3f2b96 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 23:53:09 +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 571f6aa..bd04bb3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #020617; --card: #0f172a; - --foreground: #e2e8f0; - --primary-cta: #c4d8f9; + --foreground: #f8fafc; + --primary-cta: #3b82f6; --primary-cta-text: #020617; - --secondary-cta: #041633; + --secondary-cta: #1e40af; --secondary-cta-text: #e2e8f0; - --accent: #2d30f3; - --background-accent: #1d4ed8; + --accent: #60a5fa; + --background-accent: #1e293b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);