Re: [csswg-drafts] [css-li-marker] easier way to change individual list item markers? (#11862)

I think you should be able to do
```
    li.red::marker { color: red; }
    li.yellow::marker { color: yellow; }
    li.green::marker { color: green; }
```
to get the markers colored. (Note that there is *no space* before `::marker`.)

-- 
GitHub Notification of comment by jfkthame
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11862#issuecomment-2706691910 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 7 March 2025 15:09:52 UTC