From eaf28a5ecc4a78fb5edc72fb664eddcfefdd1b94 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:02:58 +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 3300ca6..9f3e0d5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0B0F19; - --card: #111827; - --foreground: #FFFFFF; - --primary-cta: #2563EB; + --background: #0a0e27; + --card: #0f1629; + --foreground: #e8eef7; + --primary-cta: #3b82f6; --primary-cta-text: #0a0a0a; --secondary-cta: #1e293b; --secondary-cta-text: #fff5f5e6; - --accent: #60A5FA; + --accent: #60a5fa; --background-accent: #1e40af; /* text sizing - set by ThemeProvider */ -- 2.49.1