fix: duplicate background color in code blocks

This commit is contained in:
Oliver Davies 2022-10-16 13:07:59 +01:00
parent 7d91a71917
commit 52836ee597

View file

@ -15,6 +15,10 @@
@apply p-4 my-8 overflow-auto rounded-md text-gray-700 bg-gray-200 dark:bg-gray-800 dark:text-gray-100;
}
pre code {
@apply bg-transparent;
}
iframe {
@apply w-full;
}