site: remove admonition ul styles

This commit is contained in:
Glen Huang
2025-10-07 15:28:09 +08:00
committed by Johannes Kirschbauer
parent c7a1d7ce29
commit a451946ab4

View File

@@ -77,24 +77,3 @@
mask-size: contain; mask-size: contain;
} }
} }
ul {
list-style: none;
padding-left: 1rem;
}
ul li {
display: flex;
align-items: flex-start;
margin-top: 0.35em;
gap: 0.5rem;
}
/* TODO: Checklist */
ul li::before {
content: "-";
display: block;
width: 1rem;
height: 1rem;
flex-shrink: 0;
}