From c5202823d77deae3c0ea840e3d4f79a9b5604b33 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 20:25:34 +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 09f2e0e..b483a57 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0D0D0C; - --card: #1A1A1A; - --foreground: #E0E0E0; - --primary-cta: #A8CDE8; - --primary-cta-text: #0D0D0C; - --secondary-cta: #333333; - --secondary-cta-text: #E0E0E0; - --accent: #666666; - --background-accent: #222222; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #cee7ff; + --primary-cta-text: #000000; + --secondary-cta: #000000; + --secondary-cta-text: #ffffff; + --accent: #535353; + --background-accent: #CEE7FF; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);