From 266201d024e7afa979424b69eb7e8048a3c1f89c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:42:18 +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..6ae0a5e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -14,9 +14,9 @@ --card: #1f4035; --foreground: #ffffff; --primary-cta: #ffffff; - --primary-cta-text: #051a12; + --primary-cta-text: #2d3230; --secondary-cta: #0d2b1f; - --secondary-cta-text: #d4f6e8; + --secondary-cta-text: #000000; --accent: #0d5238; --background-accent: #10b981; -- 2.49.1