added Private channel icon

This commit is contained in:
Indiana Jone (Indi) 2024-11-05 19:12:01 -05:00
parent 53dfffb221
commit 8374195121

View file

@ -30,3 +30,8 @@
.icon_bcc24e path[d^="M16 18h.5v"] { .icon_bcc24e path[d^="M16 18h.5v"] {
fill: var(--yellow-200) !important; fill: var(--yellow-200) !important;
} }
/*--- Vencord's UserVoiceShow Icon Recolor ---*/
.vc-uvs-speaker path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
}