darken code box bg

This commit is contained in:
pat-s 2024-12-22 10:00:58 +01:00
parent 45764476ac
commit 5d697b9eb3
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

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