From 6eedb58fe87425a9e10b582efbfd039b5da61a0d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 17:00:28 +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 f156a83..a935b9b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f7f9f4; --card: #ffffff; - --foreground: #48c4dd; + --foreground: #ff963f; --primary-cta: #2d5a27; --primary-cta-text: #ffffff; --secondary-cta: #ffffff;