From 503efb6aedc798a89575eb8b24860f61f031360d Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Sun, 15 Mar 2026 22:57:37 +0100 Subject: [PATCH] fix: Inline CSS in HTML template to guarantee styling loads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The external CSS file wasn't loading on the deployed server despite being embedded in the binary — likely a route matching or reverse proxy issue. Moved all CSS into an inline