forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-19 15:07:35 -06:00
parent 8b9687801d
commit 4b6a44635f
1 changed files with 6 additions and 0 deletions

View File

@ -178,6 +178,12 @@
ul {
@apply mb-3
}
.comment-text ul, .post-body ul {
@apply list-disc
}
.comment-text ol, .post-body ol {
@apply list-decimal
}
strong {
@apply font-bold
}