From bf08a5f2b23c948cda2d4f39c7fc7dccd18960c1 Mon Sep 17 00:00:00 2001 From: just4d <44463705+just4d@users.noreply.github.com> Date: Thu, 7 Mar 2019 16:20:02 +0100 Subject: [PATCH] Update system-status.html --- management/templates/system-status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/templates/system-status.html b/management/templates/system-status.html index 2bfdbad3..5893e76c 100644 --- a/management/templates/system-status.html +++ b/management/templates/system-status.html @@ -17,7 +17,7 @@ color: #cc0; } #system-checks .status-ok td { - color: #018018; + color: #03ab22; } #system-checks div.extra { display: none;