master
kek7198 2021-12-31 20:02:18 -06:00
parent 66fa65c8cf
commit 34b73948f4
1 changed files with 2 additions and 2 deletions

View File

@ -347,10 +347,10 @@
ul {
@apply mb-3
}
.comment-text > ul, .post-text > ul {
.comment-text > ul, .post-text > ul, .prose > ul {
@apply list-disc pl-5
}
.comment-text > ol, .post-text > ol {
.comment-text > ol, .post-text > ol, .prose > ul {
@apply list-decimal pl-5
}
strong {