From 2d71ffb1addcd2a59edf58b4fdaeccf30c1e608e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:25:39 +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 7884bb3..94e6dbd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #481f1f; + --card: #0c1428; --foreground: #ffffff; - --primary-cta: #ffffff; + --primary-cta: #1e40af; --primary-cta-text: #280101; - --secondary-cta: #361311; + --secondary-cta: #1e3a8a; --secondary-cta-text: #f6d4d4; - --accent: #51000b; - --background-accent: #ff2231; + --accent: #1e3a8a; + --background-accent: #1e40af; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);