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 /public/style.css | |
parent | 51fefa378491337c0c4ed61f7f1cabcc63f9a820 (diff) |
Add status page minor classes to CSS
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
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%; |