diff --git a/app/css/custom.css b/app/css/custom.css index 0e83e90a..3e88f557 100644 --- a/app/css/custom.css +++ b/app/css/custom.css @@ -134,6 +134,10 @@ i.fa.fa-bars:hover{ color: green; } +.service-status-warn { + color: yellow; +} + .service-status-down { color: red; animation: flash 1s linear infinite;