diff options
| author | Vosjedev <vosje@vosjedev.net> | 2025-11-06 20:59:19 +0100 |
|---|---|---|
| committer | Vosjedev <vosje@vosjedev.net> | 2025-11-06 20:59:19 +0100 |
| commit | bd4b3305a8eba4a360df7db16223ea11e6f3d721 (patch) | |
| tree | a57f0d97d6b5e4717482b9a6f3eb844e2ee767d6 /html/style.css | |
| parent | d2fca8cb5f4278f5a785109f3871a84b6974d915 (diff) | |
| download | acit-bd4b3305a8eba4a360df7db16223ea11e6f3d721.tar.gz acit-bd4b3305a8eba4a360df7db16223ea11e6f3d721.tar.bz2 acit-bd4b3305a8eba4a360df7db16223ea11e6f3d721.tar.xz | |
html: use `nav` element for navigation
first in a larger amount of commits slowly processing feedback from
daarb (thx btw)
Diffstat (limited to 'html/style.css')
| -rw-r--r-- | html/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
