diff --git a/files/static/dist/main.css b/files/static/dist/main.css index b24095938..a1158d2b2 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -678,7 +678,7 @@ video { list-style-type: disc; padding-left: 1.25rem; } - .comment-text > ol, .post-text > ol, .prose > ul { + .comment-text > ol, .post-text > ol, .prose > ol { list-style-type: decimal; padding-left: 1.25rem; } @@ -1325,9 +1325,6 @@ video { .list-none { list-style-type: none; } -.list-disc { - list-style-type: disc; -} .appearance-none { -webkit-appearance: none; -moz-appearance: none; diff --git a/files/static/src/main.css b/files/static/src/main.css index c094d895f..bf395016d 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -350,7 +350,7 @@ .comment-text > ul, .post-text > ul, .prose > ul { @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 } strong {