also apply new code colors to code-box

This commit is contained in:
pat-s 2024-12-26 22:09:55 +01:00
parent 6ba8014877
commit 26380934b1
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

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