From ea3eae478c9ceef9fe3c82f059da804d48c247fe Mon Sep 17 00:00:00 2001 From: lizzie Date: Mon, 3 Aug 2026 06:48:40 +0000 Subject: [PATCH] fix: banner text colours on white mode Signed-off-by: lizzie --- src/webpage/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index 381ccaa..eb62bf7 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2086,6 +2086,7 @@ span.instanceStatus { align-items: start; padding-top: 10px; background-size: cover; + color: white; .ellipsis { text-shadow: 0px 0px 8px black; }