From bd4b3305a8eba4a360df7db16223ea11e6f3d721 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Thu, 6 Nov 2025 20:59:19 +0100 Subject: html: use `nav` element for navigation first in a larger amount of commits slowly processing feedback from daarb (thx btw) --- html/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css index 8e366ab..27a9f0a 100644 --- a/html/style.css +++ b/html/style.css @@ -62,9 +62,11 @@ h1, h2 { .status-OPEN { background-color: #00ff00; + color: #000; } .status-CLOSED { background-color: #303030; + color: #fafafa; } .status-UNCONF { background-color: #ff8100; -- cgit