From a3bddeb59587da34c92f4f083fbf7b19fde31658 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 11:27:37 +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 0f3f900..22b4510 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; - --card: #f7fffa; - --foreground: #001a0a; - --primary-cta: #0a7039; + --background: #000802; + --card: #0b1a0b; + --foreground: #e6ffe6; + --primary-cta: #80da9b; --primary-cta-text: #0a0a0a; - --secondary-cta: #ffffff; + --secondary-cta: #07170b; --secondary-cta-text: #e0e0e0; - --accent: #a8d9be; - --background-accent: #6bbf8e; + --accent: #38714a; + --background-accent: #2c6541; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);