Is there a way to customize the appearance of list markers like changing their color, making them bold, or adjusting the size? Can I apply styling to list markers similar to fonts?
For instance:
- This is a list item.
Is it possible to style the number "1." uniquely without affecting the rest of the text?
I am aware of methods like changing the type to roman-lower or square using list-style-type, but these options do not provide the styling flexibility I need.