From ce43ab1c093de978be91fb47cbe5d509fb7da01c Mon Sep 17 00:00:00 2001 From: Onkel Andy Date: Sun, 17 Sep 2023 10:11:05 +0200 Subject: [PATCH] unifi plugin: update color in webif --- unifi/webif/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/webif/templates/index.html b/unifi/webif/templates/index.html index 79405746f..f8cf1fe26 100755 --- a/unifi/webif/templates/index.html +++ b/unifi/webif/templates/index.html @@ -34,7 +34,7 @@ color: lightgreen!important; } table td.noissue:before { - color: lightgreen!important; + color: darkgreen!important; } {% endblock pluginstyles %}