From d0f10020aa86b0f86b13c0046f9a2ec9714e76a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:50:53 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6cc1073..2650666 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #f5f9f8; - --foreground: #1b0c25; + --foreground: #010102; --primary-cta: #0a7039; --primary-cta-text: #ffffff; --secondary-cta: #ffffff;