From 8973b91aee7f2e2d8bd99acca96fd508d3d7cad5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:23:51 +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 7782ca1..4c9413e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #F6F0E9; --card: #c58421; - --foreground: #8d6f5a; + --foreground: #6c503c; --primary-cta: #8B0000; --primary-cta-text: #ffffff; --secondary-cta: #ffffff;