From f644b20a5465fef188b8ca3b5bdd066c5ae65c41 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 19:36:29 +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 8c07fbd..1c0dc15 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f6e8ce; --card: #0e2a0c; - --foreground: #F6E8CE; + --foreground: #f3ac28; --primary-cta: #0E2A0C; --primary-cta-text: #F6E8CE; --secondary-cta: #9A460E; -- 2.49.1