Skip to content

Instantly share code, notes, and snippets.

@amielucha
Created February 12, 2016 12:23
Show Gist options
  • Select an option

  • Save amielucha/1a91942bc78d22b421ab to your computer and use it in GitHub Desktop.

Select an option

Save amielucha/1a91942bc78d22b421ab to your computer and use it in GitHub Desktop.
Add html tags to allow styling list bullets
// Append classes to color the lists
$('.hentry ul').addClass('list-colored').children().wrapInner('<span class="li-inner">');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment