Fix jobs log background color
This commit is contained in:
parent
6165f0f7f3
commit
2eb4e77273
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ code {
|
|||
background-color: inherit;
|
||||
padding: unset;
|
||||
}
|
||||
|
||||
.build-trace & {
|
||||
background-color: inherit;
|
||||
padding: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.code {
|
||||
|
|
Loading…
Reference in a new issue