From 36e4d5baf0486f841db2fa4c2afa657571e42d80 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 2 Feb 2020 15:34:53 +0000 Subject: [PATCH] Tweak svc status colors --- app/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {