Skip to content

Instantly share code, notes, and snippets.

@oscarb
Last active April 14, 2016 17:33
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 oscarb/be8eaf0a04fa24168890819c2d7a0d81 to your computer and use it in GitHub Desktop.
Save oscarb/be8eaf0a04fa24168890819c2d7a0d81 to your computer and use it in GitHub Desktop.
Turn the star yellow when clicked on WorkFlowy, https://workflowy.com/ Use with Stylish or another extension modifying websites CSS.
.pageStar.starred {
background-image: url(/media/i/star-icon-empty.svg);
background-color: yellow;
-webkit-mask-image: url(/media/i/star-icon-grey.svg);
-webkit-mask-size: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment