Update PrivateChannelRecolor.css (BUG FIX)

fixed big with locked stages since for some reason they use i different icon
This commit is contained in:
Indiana Jone (Indi) 2024-05-16 20:36:20 -04:00 committed by GitHub
parent b047628411
commit 51028e959a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
/**
* @name Private Channel recolor
* @author krystalskullofficial
* @version 2.0
* @version 3.0
* @description recolors the icon for Private channels so they are easier to see/notice
*/
@ -10,3 +10,9 @@
fill: #fffaa0 !important;
border: 1px solid rebeccapurple !important;
}
/*---for stages(since they use a differnt lock for some reason)----*/
.icon__67ab4:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] {
    color: #fffaa0 !important;
    border: 1px solid rebeccapurple !important;
}