From 2ea7fa046f0d81575824f3ca93cccb5bd1aa98dc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:26:52 +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 7a32d53..b1260a3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #020617; - --card: #0f172a; + --background: #000612; + --card: #001122; --foreground: #ffffff; - --primary-cta: #1e3a8a; + --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #1e293b; --secondary-cta-text: #ffffff; --accent: #3b82f6; - --background-accent: #111827; + --background-accent: #1e3a8a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);