Last active
December 23, 2022 18:46
-
-
Save nerdfiles/c3f895da4a8a6473ee7ab30a91b1e000 to your computer and use it in GitHub Desktop.
chilled emojis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @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