From 880da3daae11d5813755ff0cf9bd36d2e7877758 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 10:19:41 +0000 Subject: [PATCH] Switch to version 2: modified 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 d61134c..9a65d19 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: #000000; - --primary-cta: #000000; + --background: #0a0f1e; + --card: #151a2e; + --foreground: #e0e8ff; + --primary-cta: #00cfff; --primary-cta-text: #0a0f1e; - --secondary-cta: #ffffff; + --secondary-cta: #00ff9c; --secondary-cta-text: #0a0f1e; - --accent: #e2e2e2; - --background-accent: #f5f5f5; + --accent: #6a5cff; + --background-accent: #1a2547; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);