mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-02 20:52:22 +00:00
also apply new code colors to code-box
This commit is contained in:
parent
6ba8014877
commit
26380934b1
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ body,
|
|||
}
|
||||
|
||||
.code-box {
|
||||
@apply bg-wp-code-300 p-4 rounded-md text-sm text-wp-code-text-100 break-words;
|
||||
@apply bg-wp-code-inline-100 text-wp-code-inline-text-100 p-4 rounded-md text-sm break-words;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue