From a63a5db6d3b4f0510992545146126a97c78260da Mon Sep 17 00:00:00 2001 From: Local Administrator Date: Fri, 5 Jun 2026 14:48:12 +0000 Subject: [PATCH] fix(show-coverage): white show-title on dark card (was inheriting dark navy) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /show-coverage cards have bg-[#0b0f17] but the H3 had no color, so it inherited text-[#0F172A] from the page wrapper — dark-on-dark, unreadable. Forced text-white to match the header's main-menu text color. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/app/show-coverage/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/show-coverage/page.tsx b/src/app/show-coverage/page.tsx index 8f3a509..c98ef00 100644 --- a/src/app/show-coverage/page.tsx +++ b/src/app/show-coverage/page.tsx @@ -126,7 +126,7 @@ function EventCard({ e }: { e: Row }) { className="block p-5 rounded border border-[#DCE6F2] hover:border-[var(--color-text-info,#60a5fa)] bg-[#0b0f17] transition-colors" >
-

{e.name}

+

{e.name}

{e.status}