From 5c20528912e32b322eadb345df096f362b1cc648 Mon Sep 17 00:00:00 2001 From: KrystalSkull <150982280+KrstlSkll69@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:38:11 -0400 Subject: [PATCH] Fix NSFWtag.css --- NSFWtag.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NSFWtag.css b/NSFWtag.css index b97fb80..bd2933a 100644 --- a/NSFWtag.css +++ b/NSFWtag.css @@ -8,7 +8,7 @@ /*note: you must have the redesign icon experiment disabled for this too work*/ /*---'NSFW' Label---*/ -[class*=linkTop_]:has([class*=iconContainer__] [d^="M18.09 1.63"]) > [class*=children_]::after { +[class*=linkTop_]:has([class*=iconContainer_] [d^="M18.09 1.63"]) > [class*=children_]::after { content: "NSFW"; background: var(--status-danger-background); color: var(--status-danger-text);