From d89c03ea6ff81699ebd902afc824c913d6856a24 Mon Sep 17 00:00:00 2001 From: just4d <44463705+just4d@users.noreply.github.com> Date: Tue, 5 Mar 2019 00:59:52 +0100 Subject: [PATCH] Lighter text at 'status-checks' for 'dark theme'. --- management/templates/system-status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/management/templates/system-status.html b/management/templates/system-status.html index dc9233a5..2bfdbad3 100644 --- a/management/templates/system-status.html +++ b/management/templates/system-status.html @@ -11,13 +11,13 @@ padding-top: 0; } #system-checks .status-error td { - color: #733; + color: #888; } #system-checks .status-warning td { - color: #770; + color: #cc0; } #system-checks .status-ok td { - color: #040; + color: #018018; } #system-checks div.extra { display: none;