master
kek7198 2021-12-31 20:02:35 -06:00
parent 34b73948f4
commit fa3b7f726d
2 changed files with 3 additions and 3 deletions

View File

@ -674,11 +674,11 @@ video {
ul { ul {
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
} }
.comment-text > ul, .post-text > ul { .comment-text > ul, .post-text > ul, .prose > ul {
list-style-type: disc; list-style-type: disc;
padding-left: 1.25rem; padding-left: 1.25rem;
} }
.comment-text > ol, .post-text > ol { .comment-text > ol, .post-text > ol, .prose > ul {
list-style-type: decimal; list-style-type: decimal;
padding-left: 1.25rem; padding-left: 1.25rem;
} }

View File

@ -56,7 +56,7 @@
<strong class="text-sm text-gray-500">What we want</strong> <strong class="text-sm text-gray-500">What we want</strong>
<ul class="flex flex-col space-y-1 text-sm text-gray-700 dark:text-gray-400 list-disc"> <ul class="flex flex-col space-y-1 text-sm text-gray-700 dark:text-gray-400">
<li>Arguments.</li> <li>Arguments.</li>
<li>Gossip.</li> <li>Gossip.</li>
<li>Scandals.</li> <li>Scandals.</li>