Add files via upload

This commit is contained in:
Indiana Jone (Indi) 2024-01-01 14:11:44 -05:00 committed by GitHub
parent 6265c899a2
commit 0a7b90818c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
NSFWtag.css Normal file
View file

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