fix: Fix list style

This commit is contained in:
Robert Prehn 2023-12-04 10:16:27 -06:00
parent 1b336d7fdb
commit 3579f3b880
No known key found for this signature in database

View file

@ -42,14 +42,14 @@ a:hover {
@apply bg-light text-dark; @apply bg-light text-dark;
} }
ul li { ul>li {
@apply font-sans; @apply font-sans;
list-style-type: "* "; list-style-type: "* ";
margin-left: 3ch; margin-left: 3ch;
margin-bottom: var(--vspace); margin-bottom: var(--vspace);
} }
ol li { ol>li {
@apply font-sans; @apply font-sans;
list-style-type: decimal; list-style-type: decimal;
margin-left: 3ch; margin-left: 3ch;