Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta charset=utf-8>
<style>
li::marker {
  color: green;
}
</style>
<ul>
  <li>Item</li>
</ul>
<!doctype html>
<meta charset=utf-8>
<style>
li::marker {
  color: green;
}
</style>
<ul>
  <li>Item</li>
</ul>