Update PrivateChannelRecolor.css

This commit is contained in:
Indiana Jone (Indi) 2024-06-19 23:58:03 -04:00 committed by GitHub
parent b34c89b8ec
commit 5bca5f881e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}