mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Update PrivateChannelRecolor.css
This commit is contained in:
parent
b34c89b8ec
commit
5bca5f881e
1 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue