fix pre inside blockquote
This commit is contained in:
parent
f0f325d212
commit
f73f9d306b
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
|||
@apply text-lg leading-[1.8] text-black dark:text-white;
|
||||
}
|
||||
|
||||
article pre {
|
||||
article pre:not(blockquote pre) {
|
||||
@apply -mx-8 !p-8 shadow;
|
||||
}
|
||||
|
||||
|
|
|
@ -1640,7 +1640,7 @@ article {
|
|||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
article pre {
|
||||
article pre:not(blockquote pre) {
|
||||
margin-left: -2rem;
|
||||
margin-right: -2rem;
|
||||
padding: 2rem !important;
|
||||
|
|
Loading…
Reference in a new issue