diff --git a/app/css/custom.css b/app/css/custom.css index 0a758132..7321b402 100644 --- a/app/css/custom.css +++ b/app/css/custom.css @@ -131,15 +131,15 @@ i.fa.fa-bars:hover{ } .service-status-up { - color: green; + color: #a1ec38; } .service-status-warn { - color: yellow; + color: #f6f044; } .service-status-down { - color: red; + color: #f80107; animation: flash 1s linear infinite; } @keyframes flash {