From ada82f3a20f1cfffa49f3f389dc0521d3bb967f1 Mon Sep 17 00:00:00 2001 From: KrystalSkull <150982280+KrstlSkll69@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:07:29 -0400 Subject: [PATCH] Fix NSFWtag.css --- NSFWtag.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NSFWtag.css b/NSFWtag.css index 957a853..b97fb80 100644 --- a/NSFWtag.css +++ b/NSFWtag.css @@ -1,7 +1,7 @@ /** * @name NFSWtag * @author ryan.0324, krystalskullofficial -* @version 2.0 +* @version 3.0 * @description A tag for 'NFSW' channels so they are easier to see/notice. Also now recolors the small triangle too be red */ @@ -22,7 +22,7 @@ } /*---Warning Icon Recolor---*/ -.icon__67ab4: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; }