Skip to content

Instantly share code, notes, and snippets.

@bpmarkowitz
Created April 2, 2014 20:47
Show Gist options
  • Save bpmarkowitz/9942816 to your computer and use it in GitHub Desktop.
Save bpmarkowitz/9942816 to your computer and use it in GitHub Desktop.
Colored bullet sans image or span
li:before {
content: "•";
color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment