xxxxxxxxxx
.smol-list-markers {
--marker-color: #A150FB;
padding: 0;
margin: 0 0 0 2em;
}
.smol-list-markers li {
padding-left: 0.5em;
}
.smol-list-markers li + li {
margin-top: 0.5em;
}
.smol-list-markers li::marker {
color: var(--marker-color);
}
ul.smol-list-markers li::marker {
content: attr(data-icon);
font-size: 1.15em;
}
ol.smol-list-markers li::marker {
/* The `list-item` counter is provided by
the browser for lists */
content: counter(list-item);
font-family: cursive;
font-size: 1.5em;
}