#**Mute Channel List Emojis**
1 messages · Page 1 of 1 (latest)
I think it would look better if it was desaturated either completely or mostly
[class*="modeMuted_"]:has([class^="icon_"]) [class^="name_"] {
filter: saturate(0);
}
[class*="modeMuted_"]:has([class^="icon_"]) [class^="name_"]:hover {
filter: saturate(1);
}
this is with .5 saturation