Improving readability of tables on dark theme dashboards (#12455)

lighten the text color in widget tables such as syslog or eventlog (it was black on grey)
This commit is contained in:
Martin
2021-01-23 00:18:06 -06:00
committed by GitHub
parent 488cc2b2c4
commit 4779e7952e
+2 -1
View File
@@ -7183,7 +7183,8 @@
.device-overview>.panel-body>.row:nth-child(odd) { background-color: #4f565d; }
.device-overview>.panel-body>.row:hover {background-color: #686d73;}
.gridster .gs-w{
background: #353a41;
color: var(--color-light2);
background: #353a41;
}
a.list-device{
color: #acb6bf;