From 7f37d9c6b003ec31701c2d4bcd0cdf6beb8e7bd0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:25:09 +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 d45b6e6..f510ae7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; + --background: #000000; + --card: #1f4035; + --foreground: #ffffff; + --primary-cta: #ffffff; --primary-cta-text: #fcf6ec; - --secondary-cta: #ffffff; + --secondary-cta: #0d2b1f; --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #0d5238; + --background-accent: #10b981; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1