From 4ef81f822f27d847d4f49d4ea43f9554c8fa5a80 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 16:11:20 +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 ec237be..c4362cb 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: #f5f8f7; - --foreground: #0a1515; - --primary-cta: #0d9488; + --background: #000000; + --card: #0a1a15; + --foreground: #ffffff; + --primary-cta: #10b981; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #000000; --secondary-cta-text: #ffffff; - --accent: #134e4a; - --background-accent: #0f766e; + --accent: #059669; + --background-accent: #10b981; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);