mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Update PrivateChannelRecolor.css (BUG FIX)
fixed big with locked stages since for some reason they use i different icon
This commit is contained in:
parent
b047628411
commit
51028e959a
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue