Discord-Css-Snippets/PrivateChannelRecolor.css
2024-07-10 21:52:47 -04:00

24 lines
783 B
CSS

/**
* @name Private Channel recolor
* @author krystalskullofficial
* @version 5.0
* @description recolors the icon for Private channels so they are easier to see/notice
*/
/*---Lock Icon Channel List Recolor---*/
.icon_d8bfb3:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] {
fill: var(--yellow-200)!important;
border: 1px solid rebeccapurple !important; }
/*---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 : var(--yellow-200) !important;
border: 1px solid rebeccapurple !important;
}
/*--- Chat Lock Icon Recolor ---*/
.icon_e44302 path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
}
/*This is a test*/