aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-05-28 11:10:23 -0400
committerBradley Taunt <bt@btxx.org>2025-05-28 11:10:23 -0400
commit9ce12742f3a8ead4f06abc392dbf6e318e23106b (patch)
treeaa1068bb408ea5fdca1748b5ac728b2412d654d7
parent51fefa378491337c0c4ed61f7f1cabcc63f9a820 (diff)
Add status page minor classes to CSS
-rw-r--r--public/index.html.gzbin4050 -> 4050 bytes
-rw-r--r--public/style.css3
-rw-r--r--public/style.css.gzbin610 -> 635 bytes
3 files changed, 3 insertions, 0 deletions
diff --git a/public/index.html.gz b/public/index.html.gz
index 06ec9e9..98af861 100644
--- a/public/index.html.gz
+++ b/public/index.html.gz
Binary files differ
diff --git a/public/style.css b/public/style.css
index 22fe4aa..232bc45 100644
--- a/public/style.css
+++ b/public/style.css
@@ -86,6 +86,9 @@ footer p {
font-size: 90%;
}
+.up { background: lightgreen; }
+.down { background: pink; }
+
@media (min-width: 800px) {
body {
max-width: 85%;
diff --git a/public/style.css.gz b/public/style.css.gz
index e4c3e1b..e74c11a 100644
--- a/public/style.css.gz
+++ b/public/style.css.gz
Binary files differ