diff --git a/src/styles/globals.css b/src/styles/globals.css index cbb3e1f..d9c3246 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -481,7 +481,11 @@ .prose :not(pre) > code { @apply relative rounded bg-muted px-2 py-1 text-sm font-mono text-foreground; - @apply before:content-['`'] after:content-['`'] before:text-muted-foreground after:text-muted-foreground; +} + +.prose :not(pre) > code::before, +.prose :not(pre) > code::after { + content: none; } .dark .prose :not(pre) > code {