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