diff --git a/NSFWChannelRecolor.css b/NSFWChannelRecolor.css index d0e3a9b..5978661 100644 --- a/NSFWChannelRecolor.css +++ b/NSFWChannelRecolor.css @@ -1,14 +1,14 @@ /** * @name NSFW recolor * @author krystalskullofficial -* @version 2.0 +* @version 3.0 * @description recolors the icon for 'NFSW' channels so they are easier to see/notice */ /*---'NSFW' Icon Recolor---*/ -.icon__d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] { +.icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] { fill: var(--text-danger) !important; border: 1px solid rebeccapurple !important; }