Skip to content

Instantly share code, notes, and snippets.

@hadrysmateusz
Created October 12, 2020 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadrysmateusz/03bcb4555e3eb0cce51c66e60894d1dc to your computer and use it in GitHub Desktop.
Save hadrysmateusz/03bcb4555e3eb0cce51c66e60894d1dc to your computer and use it in GitHub Desktop.
li { padding-left: 1ch; }
.first li::marker {
content: "⇒";
color: #0E6FC9;
}
.second li::marker {
content: "▸";
color: #D2228C;
}
.third li::marker {
content: "▹";
color: #DA7110;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment