From 61ba2364244c321aa157101e3942a15d9d9fef9f Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 14 Dec 2023 09:14:09 +0000 Subject: [PATCH] Set .service-status-warn amber color --- app/css/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/css/all.css b/app/css/all.css index 3a095198..3f768fb6 100644 --- a/app/css/all.css +++ b/app/css/all.css @@ -78,7 +78,7 @@ License: GNU General Public License v3.0 } .service-status-warn { - color: #f6f044 !important; + color: #ffbf00 !important; } .service-status-down {