diff --git a/PrivateChannelRecolor.css b/PrivateChannelRecolor.css index 608f425..5afdabf 100644 --- a/PrivateChannelRecolor.css +++ b/PrivateChannelRecolor.css @@ -5,13 +5,18 @@ * @description recolors the icon for Private channels so they are easier to see/notice */ -/*---Lock Icon Recolor---*/ +/*---Lock Icon Channel List Recolor---*/ .icon_d8bfb3:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] { fill: #fffaa0 !important; border: 1px solid rebeccapurple !important; } -/*---for stages(since they use a differnt lock for some reason)----*/ +/*---Stages Lock Icon Channel List Recolor (since they use a differnt lock for some reason)----*/ .icon_d8bfb3:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] { fill : #fffaa0 !important; border: 1px solid rebeccapurple !important; } + +/*---Lock Icon Chat Recolor---*/ +.icon_e44302 path[d^="M16 4h.5v"] { +  fill: #fffaa0 !important; +}