Advertisement
chemoelectric

Untitled

Nov 3rd, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("twitter.com") {
  4.  
  5. @charset "utf-8";
  6.  
  7. * {
  8. font-family: Regent Pro, Walbaum Text Pro, serif !important;
  9. }
  10.  
  11. .HeartAnimationContainer {
  12. visibility: hidden;
  13. }
  14.  
  15. .HeartAnimationContainer:after {
  16. content: "💏";
  17. visibility: visible;
  18. display: block;
  19. position: absolute;
  20. }
  21.  
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement