From 3328510ec6d9e20701964275ce8516170b2710c1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:31:54 +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 57ea167..326f032 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #fbfaf7; --card: #f0ede9; - --foreground: #1a1614; + --foreground: #000000; --primary-cta: #8b7355; --primary-cta-text: #f5f4ef; --secondary-cta: #e8e4de; -- 2.49.1