From 564ca8ea98b5d39754608bf5495c052c933df3d1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 12:15:26 +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 d8651bc..7fc9340 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #04225d; - --card: #001122; - --foreground: #ffffff; - --primary-cta: #15479c; + --background: #0B1D3A; + --card: #132D55; + --foreground: #FFFFFF; + --primary-cta: #00A8FF; --primary-cta-text: #ffffff; - --secondary-cta: #1e293b; + --secondary-cta: #FFFFFF; --secondary-cta-text: #e31b1b; - --accent: #04225D; - --background-accent: #1e3a8a; + --accent: #00A8FF; + --background-accent: #153A70; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);