Skip to content

Instantly share code, notes, and snippets.

@masahitojp
Last active November 4, 2015 06:52
Show Gist options
  • Select an option

  • Save masahitojp/e4c7bbbbfd23deec281f to your computer and use it in GitHub Desktop.

Select an option

Save masahitojp/e4c7bbbbfd23deec281f to your computer and use it in GitHub Desktop.
change flowert to sushi (original : http://pastebin.com/x4U2bLu2) for stylish
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("https://twitter.com/") {
.HeartAnimationContainer {
visibility: hidden;
}
.HeartAnimationContainer:after {
content: '🍣';
visibility: visible;
display: block;
position: absolute;
}
}
.Icon--heartBadge {
visibility: hidden;
}
.Icon--heartBadge:after {
content: '🍣';
visibility: visible;
font-style: normal;
vertical-align: baseline;
display: inline-block;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment