From c7e9010aebf66e5685edacae4f4bce13f1ae3a83 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:40:08 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7eef950..66e5ad9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,12 +11,12 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #1f4035; + --card: #000000; --foreground: #ffffff; --primary-cta: #ffffff; --primary-cta-text: #051a12; --secondary-cta: #0d2b1f; - --secondary-cta-text: #d4f6e8; + --secondary-cta-text: #07442a; --accent: #0d5238; --background-accent: #10b981; -- 2.49.1