Small visual tweak for indented list style

This commit is contained in:
Zoltan Hosszu
2025-12-06 17:58:01 +01:00
parent acedb76598
commit e562c72ec9
@@ -34,6 +34,11 @@
:where(li:has(li)) {
list-style: none;
:where(ol, ul) {
margin: 0;
padding-inline-start: 2ch;
}
}
:where(b, strong, .lexxy-content__bold) {