From 0a7b90818c81e361397072d0cbd030e5e3778cc3 Mon Sep 17 00:00:00 2001 From: KrstlSkll69 <150982280+KrstlSkll69@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:11:44 -0500 Subject: [PATCH] Add files via upload --- NSFWtag.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 NSFWtag.css diff --git a/NSFWtag.css b/NSFWtag.css new file mode 100644 index 0000000..956bcc8 --- /dev/null +++ b/NSFWtag.css @@ -0,0 +1,12 @@ +[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); + padding: 0 6px; + border-radius: 8px; + font-size: 12px; + font-weight: 700; + letter-spacing: .02em; + line-height: 16px; + margin-left: 4px; +} \ No newline at end of file