Merge pull request #1155 from helsinki-systems/fix/graph-readability

build-graphs: Fix readability in dark mode
This commit is contained in:
Graham Christensen 2022-02-14 11:27:37 -05:00 committed by GitHub
commit 4c41ca08e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}
}