forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-20 15:48:56 -06:00
parent b2b6c63b15
commit a9edf6e72f
1 changed files with 2 additions and 2 deletions

View File

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