The spec specifies that one can modify list-item (li
) markers using the pseudo-element "marker" like so:
li::marker { color: blue; }
But I can't seem to get it to work in any of my browsers.
Do any browsers support this? Or am I doing something wrong?