diff --git a/Snippets/NSFWRecolor.css b/Snippets/NSFWRecolor.css deleted file mode 100644 index 8968528..0000000 --- a/Snippets/NSFWRecolor.css +++ /dev/null @@ -1,14 +0,0 @@ -/** -* @name NSFW recolor -* @author krystalskullofficial -* @version 2.0 -* @description recolors the icon for 'NFSW' channels so they are easier to see/notice -*/ - - -/*---'NSFW' Icon Recolor---*/ - -.icon__67ab4:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] { - fill: var(--text-danger) !important; - border: 1px solid rebeccapurple !important; - } diff --git a/Snippets/PrivateChannelRecolor.css b/Snippets/PrivateChannelRecolor.css deleted file mode 100644 index a85b05d..0000000 --- a/Snippets/PrivateChannelRecolor.css +++ /dev/null @@ -1,17 +0,0 @@ -/** -* @name Private Channel recolor -* @author krystalskullofficial -* @version 3.0 -* @description recolors the icon for Private channels so they are easier to see/notice -*/ - -/*---Lock Icon Recolor---*/ -.icon__67ab4: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)----*/ -.icon__67ab4:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] { - fill : #fffaa0 !important; - border: 1px solid rebeccapurple !important; -}