forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-19 15:08:30 -06:00
parent 4b6a44635f
commit 2b571bc3f5
2 changed files with 8 additions and 2 deletions

View File

@ -669,6 +669,12 @@ video {
} }
ul { ul {
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
}
.comment-text ul, .post-body ul {
list-style-type: disc;
}
.comment-text ol, .post-body ol {
list-style-type: decimal;
} }
strong { strong {
font-weight: 700; font-weight: 700;

View File

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