From 4793dd650862887c03b8e5da8199d9d4f509ac8e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:35:43 +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 018e8e2..d5bf435 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --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; + --background: #0A0A0A; + --card: #1F1F1F; + --foreground: #E0E0E0; + --primary-cta: #FFD700; + --primary-cta-text: #1A1A1A; + --secondary-cta: #10B981; + --secondary-cta-text: #FFFFFF; + --accent: #10B981; + --background-accent: #0F2C24; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);