Lighter text at 'status-checks' for 'dark theme'.

This commit is contained in:
just4d
2019-03-05 00:59:52 +01:00
committed by GitHub
parent fa57e84601
commit d89c03ea6f
+3 -3
View File
@@ -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;