mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -7207,3 +7207,6 @@
|
||||
.bootgrid-table th:active, .bootgrid-table th:hover {
|
||||
background: #525961;
|
||||
}
|
||||
.vis-legend-text {
|
||||
color: black;
|
||||
}
|
||||
|
Reference in New Issue
Block a user