From 7d378702ff0e966159466c0bcbe70ec2d5a7acc5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 18 Jul 2026 23:48:14 +0300 Subject: style: match HTML report to goprecords.f3s.buetow.org look Restyle the generated HTML status report to visually match the goprecords site: compact monospace layout (ui-monospace stack), white background with black text, left-aligned full-width container, small tight headings, minimal vertical rhythm, and matching link palette (#06c / #639) with a hairline footer rule. Semantic status colors are preserved for at-a-glance severity. Co-Authored-By: Claude Opus 4.8 --- internal/html.go | 43 +++++++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 12 deletions(-) diff --git a/internal/html.go b/internal/html.go index 7476f4d..81d2988 100644 --- a/internal/html.go +++ b/internal/html.go @@ -306,33 +306,52 @@ func htmlHeader(subject string, numCriticals, numWarnings, numUnknown, numStale, sb.WriteString(html.EscapeString(subject)) sb.WriteString(`