From 3f223477879e80efcccffe3ab911cd6efaeee3d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:00:29 +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 a7f8f0c..ccbfb9c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #E34400; + --background: #0f0a1a; + --card: #1a1428; + --foreground: #e8dff5; + --primary-cta: #c9a9e8; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #2a1f3d; --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #E34400; + --accent: #7d5ba6; + --background-accent: #9d7cb8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);