remove the individual 18+ badges from alts

with the badge on the gallery, and the 'are you an adult?' popup,
and the cw before showing the image, they're probably unnecessary
and they add a lot of clutter
This commit is contained in:
Rhiannon Morris 2021-08-23 16:38:51 +02:00
parent 004e43f52f
commit 2d27465ffc
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@
}
}
/*
.nsfw-label::after {
content: url(../18_plus_white.svg);
display: inline-block;
@ -103,6 +104,7 @@
:checked ~ .nsfw-label::after {
content: url(../18_plus.svg);
}
*/
#date { text-transform: lowercase; }