change bullet point

This commit is contained in:
りき萌 2025-07-14 20:55:37 +02:00
parent 8d17639c96
commit a65804bb91

View file

@ -46,10 +46,11 @@ main.doc {
& ul, & ul,
& ol { & ol {
/* Is there a better way to add spacing to the marker, other than adding whitespace? */ /* Is there a better way to add spacing to the marker, other than adding whitespace? */
list-style: " "; list-style: "- ";
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
padding-bottom: 0.5lh; padding-bottom: 0.5lh;
padding-left: 3.2em;
} }
} }