Fix jobs log background color

This commit is contained in:
Clement Ho 2018-06-04 22:09:17 -05:00
parent 6165f0f7f3
commit 2eb4e77273

View file

@ -69,6 +69,11 @@ code {
background-color: inherit;
padding: unset;
}
.build-trace & {
background-color: inherit;
padding: inherit;
}
}
.code {