Files
stethoscope/www/style.css

3 lines
137 B
CSS
Raw Normal View History

2026-04-18 04:42:13 -05:00
td[_status=UP] { background-color: green; }
td[_status=PARTIAL] { background-color: yellow; }
td[_status=DOWN] { background-color: red; }