<!DOCTYPE html> <html> <head> <style type="text/css"> .foo::marker { color: red } </style> </head> <body> <ul> <li class="foo">one</li> <li>two</li> </ul> </body> </html>