diff --git a/src/styles/global.css b/src/styles/global.css index 3447037..b906640 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -11,5 +11,5 @@ html { } .prose-custom :not(pre) code { - @apply before:hidden after:hidden bg-zinc-700 p-0.5 px-1 inline rounded-sm; + @apply before:hidden after:hidden bg-zinc-800 p-0.5 px-1 inline break-words rounded-sm; }