#cheese slice emojis
1 messages ยท Page 1 of 1 (latest)
It's uh, something
And I thought changing just the emoji selector button was controversial
HUfghdgkdfjjgkcheese slices, I love it
I liked what you did too much so I had to change all of them. Give it a few years and this will unironically be the new hip
it looks like you need to cut out the emojis to use them
now I want to add dashed lines as borders and the occasional scissors emoji
just one question, why?
I'll counter your question with another, why not?
idk, it's so random
this is fucking awesome
reactions don't work ๐ฅบ their data name is for some bizarre reason with actual emojis instead of :name: (???)
maybe I'm missing something, imma see if I can fix it without adding all, like, 60 emojis to the css
thank you ๐
enjoyyy
woops forgot to make it not apply to server emotes. add this to the background-color: transparent block [data-type="emoji"]:has(img), [data-type="emoji"] img
THE GOAT
oh woops I did a lil typo
replace the cold face line with this [data-name="cold_face"], [alt*="cold_face"], [data-name="๐ฅถ"] { background-color: #50a5e5 !important; }
omg discord is killing me, it has 4 or 5 different formats for the naming of emojis hgudhfgkdfkh
here is a hopefully fixed version
[data-name*="rage"], [data-name*="face_with_symbols_over_mouth"], [alt*="rage"], [alt*="face_with_symbols_over_mouth"], [data-name="๐ก"], [data-name="๐คฌ"] { background-color: #da2f47 !important; }
[data-name*="hot_face"], [data-name="๐ฅต"], [alt*="hot_face"], [alt="๐ฅต"] { background-color: #ea596e !important; }
[data-name*="cold_face"], [alt*="cold_face"], [data-name="๐ฅถ"] { background-color: #50a5e5 !important; }
[data-name*="dotted_line_face"], [alt*="dotted_line_face"] [data-name="๐ซฅ"] { background-color: #fef3db !important; }
[data-name*="imp"], [alt*="imp"], [data-name="๐"], [data-name="๐ฟ"] { background-color: #a889d6 !important; }
[data-name*="clown"], [alt*="clown"], [data-name="๐คก"] { background-color: #ffe8b6 !important; }
[data-name=*"poop"], [alt*="poop"], [data-name="๐ฉ"] { background-color: #bf6b52 !important; }
[data-name*="ghost"], [alt*="ghost"], [data-name="๐ป"] { background-color: #e1e8ed !important; }
[data-name*="alien"], [alt*="alien"], [data-name="๐ฝ"] { background-color: #ccd6dd !important; }
[data-name*="nauseated_face"], [alt*="nauseated_face"], [data-name="๐คข"] { background-color: #77b255 !important; }
nice it works