From 207457f532e2302c62871d7be011dad1e36cd4c0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:04:10 +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 9d3209f..53e40c8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #888587; --card: #564c4c; - --foreground: #f5f5f5; + --foreground: #ffffff; --primary-cta: #d4af37; --primary-cta-text: #000000; --secondary-cta: #1a1a1a; -- 2.49.1