mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-30 16:09:40 +00:00
darken code box bg
This commit is contained in:
parent
45764476ac
commit
5d697b9eb3
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ body,
|
|||
}
|
||||
|
||||
.code-box {
|
||||
@apply bg-wp-code-200 p-4 rounded-md text-sm text-wp-code-text-100 break-words;
|
||||
@apply bg-wp-code-300 p-4 rounded-md text-sm text-wp-code-text-100 break-words;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue