From 9e4c41a1bb6d2635809b84824ef5a9af7180822b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 18:06:19 +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 148ece0..e191ce6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f6e8ce; --card: #0e2a0c; - --foreground: #ffe6d5; + --foreground: #e69727; --primary-cta: #ffaa70; --primary-cta-text: #080200; --secondary-cta: #170b07; -- 2.49.1