From 842ef954eff5f29bc07ebc06b450075297e9e565 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:18:34 +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 7501f6e..d7a3cd7 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: #ffffff; - --foreground: #001122; - --primary-cta: #15479c; + --background: #0A0A0A; + --card: #1A1A1A; + --foreground: #F8F8F8; + --primary-cta: #00BFFF; --primary-cta-text: #f5faff; - --secondary-cta: #ffffff; + --secondary-cta: #9932CC; --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #FF8C00; + --background-accent: #343A40; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);