From 03fdf99f8a986341a6249dc2f7ad3ec1fe3747e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:03:49 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 65ffd3d..6d30961 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; - --primary-cta: #15479c; + --background: #020617; + --card: #0f172a; + --foreground: #f8fafc; + --primary-cta: #f59e0b; --primary-cta-text: #f5faff; - --secondary-cta: #ffffff; + --secondary-cta: #1e3a8a; --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #b45309; + --background-accent: #1e293b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);