From 56c6d7009c9bdac9970952a70d9c0055c9db6569 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 00:12:50 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cfeb6a8..018e8e2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #2F436E; - --card: #405680; - --foreground: #FFFFFF; - --primary-cta: #F85A40; - --primary-cta-text: #FFFFFF; - --secondary-cta: #F0F0F0; - --secondary-cta-text: #2F436E; - --accent: #F85A40; - --background-accent: #546F9E; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; + --primary-cta-text: #ffffff; + --secondary-cta: #000000; + --secondary-cta-text: #ffffff; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1