Skip to content

Instantly share code, notes, and snippets.

@nerdfiles
Last active December 23, 2022 18:46
Show Gist options
  • Select an option

  • Save nerdfiles/c3f895da4a8a6473ee7ab30a91b1e000 to your computer and use it in GitHub Desktop.

Select an option

Save nerdfiles/c3f895da4a8a6473ee7ab30a91b1e000 to your computer and use it in GitHub Desktop.
chilled emojis
/**
* @license wtfpl, version 2
* @description chilled emojis.
*/
[data-testid="tweetText"] img[src$="svg"] {
filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.35)) hue-rotate(210deg) !important;
}
/* EOF */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment