fix: duplicate background color in code blocks
This commit is contained in:
parent
7d91a71917
commit
52836ee597
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue