From 54eeed56378c1779887818b7a16c08892b162648 Mon Sep 17 00:00:00 2001 From: KrystalSkull <150982280+KrstlSkll69@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:05:04 -0400 Subject: [PATCH] Fix? --- NSFWChannelRecolor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }