Black legend text in dark theme (#11933)

using the dark theme the legend text is the same color as background on the latency page. Change to black.
This commit is contained in:
twelch24
2020-07-14 10:31:09 -05:00
committed by GitHub
parent 3759a03b0f
commit 5d2fe2e8c5

View File

@@ -7207,3 +7207,6 @@
.bootgrid-table th:active, .bootgrid-table th:hover {
background: #525961;
}
.vis-legend-text {
color: black;
}