From 26380934b14244bc5e25af220058c2d351d505c2 Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 26 Dec 2024 22:09:55 +0100 Subject: [PATCH] also apply new code colors to code-box --- web/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/style.css b/web/src/style.css index 98baa0c97..69ae1c65b 100644 --- a/web/src/style.css +++ b/web/src/style.css @@ -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; }