This commit is contained in:
kek7198 2021-12-31 20:03:03 -06:00
parent c684b2dad8
commit 2e0f05d07c
2 changed files with 2 additions and 5 deletions

View file

@ -678,7 +678,7 @@ video {
list-style-type: disc; list-style-type: disc;
padding-left: 1.25rem; padding-left: 1.25rem;
} }
.comment-text > ol, .post-text > ol, .prose > ul { .comment-text > ol, .post-text > ol, .prose > ol {
list-style-type: decimal; list-style-type: decimal;
padding-left: 1.25rem; padding-left: 1.25rem;
} }
@ -1325,9 +1325,6 @@ video {
.list-none { .list-none {
list-style-type: none; list-style-type: none;
} }
.list-disc {
list-style-type: disc;
}
.appearance-none { .appearance-none {
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none; -moz-appearance: none;

View file

@ -350,7 +350,7 @@
.comment-text > ul, .post-text > ul, .prose > ul { .comment-text > ul, .post-text > ul, .prose > ul {
@apply list-disc pl-5 @apply list-disc pl-5
} }
.comment-text > ol, .post-text > ol, .prose > ul { .comment-text > ol, .post-text > ol, .prose > ol {
@apply list-decimal pl-5 @apply list-decimal pl-5
} }
strong { strong {