Add bullet-point styling for markdown lists

This commit is contained in:
Froge 2025-07-22 09:25:54 +10:00
parent 2623244fb3
commit 16941f6074
Signed by: froge
GPG key ID: A825E09930271BFA

View file

@ -98,10 +98,6 @@ a:hover {
padding: 1rem; padding: 1rem;
} }
#blog-post-content li {
list-style-type: disc;
}
#blog-post-content ul { #blog-post-content ul {
padding: 1rem; padding: 1rem;
padding-top: 0rem; padding-top: 0rem;
@ -109,6 +105,10 @@ a:hover {
margin-left: 1rem; margin-left: 1rem;
} }
#blog-post-content li {
list-style-type: disc;
}
.dotted-border { .dotted-border {
border-bottom: #e4e4e4 8px dotted; border-bottom: #e4e4e4 8px dotted;
width: 100%; width: 100%;