Last active
February 16, 2022 19:33
-
-
Save SwiftWinds/2fcb946c6bcd7c6e5b25250ff9fdc6e3 to your computer and use it in GitHub Desktop.
Don't grey out Discord nitro-only emojis
This file contains 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
/* paste this in the custom css section */ | |
.emojiItemDisabled-3VVnwp { | |
filter: grayscale(0) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment