set tick labels to white

This commit is contained in:
Kristjan Komlosi
2019-11-01 21:40:00 +01:00
parent 3a98bf0907
commit b7c2409655

View File

@@ -59,6 +59,11 @@ body {
background-color: #8d0000;
color: white;
}
.table-secondary {
color: black;
}
.flot-tick-label {
color: white;
}