diff options
author | Bradley Taunt <bt@btxx.org> | 2025-05-28 11:10:23 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2025-05-28 11:10:23 -0400 |
commit | 9ce12742f3a8ead4f06abc392dbf6e318e23106b (patch) | |
tree | aa1068bb408ea5fdca1748b5ac728b2412d654d7 | |
parent | 51fefa378491337c0c4ed61f7f1cabcc63f9a820 (diff) |
Add status page minor classes to CSS
-rw-r--r-- | public/index.html.gz | bin | 4050 -> 4050 bytes | |||
-rw-r--r-- | public/style.css | 3 | ||||
-rw-r--r-- | public/style.css.gz | bin | 610 -> 635 bytes |
3 files changed, 3 insertions, 0 deletions
diff --git a/public/index.html.gz b/public/index.html.gz Binary files differindex 06ec9e9..98af861 100644 --- a/public/index.html.gz +++ b/public/index.html.gz 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 Binary files differindex e4c3e1b..e74c11a 100644 --- a/public/style.css.gz +++ b/public/style.css.gz |