<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ol.ol-marker-1 &gt; li::marker { content: "("counter(list-item,lower-alpha)") "; }
ol.ol-marker-2 &gt; li::marker { content: "("counter(list-item,decimal)") "; }
ol.ol-marker-3 &gt; li::marker { content: ""counter(list-item,lower-alpha)" "; }
ol.ol-marker-4 &gt; li::marker { content: "("counter(list-item,lower-roman)") "; }
ol.ol-marker-5 &gt; li::marker { content: ""counter(list-item,decimal)". "; }
</pre></body></html>