From cdc6d88ea3ecebde633e49a93790eceed0a5cdda Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 10:10:16 +0000 Subject: [PATCH] Switch to version 2: modified 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 65ffd3d..f510ae7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; - --primary-cta: #15479c; - --primary-cta-text: #f5faff; - --secondary-cta: #ffffff; - --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --background: #000000; + --card: #1f4035; + --foreground: #ffffff; + --primary-cta: #ffffff; + --primary-cta-text: #fcf6ec; + --secondary-cta: #0d2b1f; + --secondary-cta-text: #2e2521; + --accent: #0d5238; + --background-accent: #10b981; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);