How would I go about styling a list marker? Such as making it a different color, make it bold, change size etc. Is it possible to style it the same way I would style a font?
For example.
- This is a list item.
Can I target the "1." specifically without effecting the rest of the text?
I know there are ways to change the type, such as make it roman-lower, or make it square or whatever using list-style-type, but these don't seem to have the styling options I'm looking for.