From 30936dbc0505f326c6e7b0f3f8feb954f2a1a351 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 16:59:36 +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 36f1fa5..f156a83 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f7f9f4; --card: #ffffff; - --foreground: #1a2e1a; + --foreground: #48c4dd; --primary-cta: #2d5a27; --primary-cta-text: #ffffff; --secondary-cta: #ffffff;