diff --git a/NSFWtag.css b/NSFWtag.css index 956bcc8..ee772ad 100644 --- a/NSFWtag.css +++ b/NSFWtag.css @@ -1,3 +1,12 @@ +/** +* @name NFSWtag +* @author ryan.0324, krystalskullofficial +* @version 2.0 +* @description A tag for 'NFSW' channels so they are easier to see/notice +*/ + +/*note: you must have the redesign icom experiment disabled for this too work*/ + [class*=linkTop_]:has(> [class*=iconContainer__] [d^="M18.09 1.63"]) > [class*=children_]::after { content: "NSFW"; background: var(--status-danger-background); @@ -9,4 +18,4 @@ letter-spacing: .02em; line-height: 16px; margin-left: 4px; -} \ No newline at end of file +}