Files
stethoscope/www/style.css
2026-04-18 04:42:13 -05:00

3 lines
137 B
CSS

td[_status=UP] { background-color: green; }
td[_status=PARTIAL] { background-color: yellow; }
td[_status=DOWN] { background-color: red; }