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:
parent
004e43f52f
commit
2d27465ffc
1 changed files with 2 additions and 0 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue