Fix NSFWtag.css

This commit is contained in:
Indiana Jone (Indi) 2024-06-18 23:38:11 -04:00 committed by GitHub
parent 1f6707d642
commit 5c20528912
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);