- From: jfkthame via GitHub <sysbot+gh@w3.org>
- Date: Fri, 07 Mar 2025 15:09:51 +0000
- To: public-css-archive@w3.org
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