This commit is contained in:
kek7198 2021-12-20 15:48:56 -06:00
parent e6a065d565
commit 10c359ea28

View file

@ -230,10 +230,10 @@
ul { ul {
@apply mb-3 @apply mb-3
} }
.comment-text ul, .post-body ul { .comment-text > ul, .post-body > ul {
@apply list-disc pl-4 @apply list-disc pl-4
} }
.comment-text ol, .post-body ol { .comment-text > ol, .post-body > ol {
@apply list-decimal pl-4 @apply list-decimal pl-4
} }
strong { strong {