build-graphs: Fix readability in dark mode

This commit is contained in:
Janne Heß 2022-02-13 13:57:49 +01:00
parent d0bc0d0eda
commit 6d146deaf0
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -361,4 +361,17 @@ td.step-status span.warn {
div.modal-content {
background-color: #1f1f1f;
}
/*
Graphs
*/
div.flot-tooltip {
border: solid 1px white;
background-color: #1f1f1f;
color: #fafafa !important;
}
div.flot-text {
color: #fafafa !important;
}
}