From 5d697b9eb3257a757f6f0cd13ccdf900adf42e5f Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 22 Dec 2024 10:00:58 +0100 Subject: [PATCH] darken code box bg --- 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 074010397..78041ede1 100644 --- a/web/src/style.css +++ b/web/src/style.css @@ -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; }