add 18+ stickers to alt buttons

This commit is contained in:
Rhiannon Morris 2020-07-24 18:40:03 +02:00
parent 1931b5acc0
commit 846936da08
1 changed files with 13 additions and 0 deletions

View File

@ -93,6 +93,19 @@ body {
background: white;
}
.alts .nsfw label::after {
content: url(../18_plus_white.svg);
transform: rotate(15deg);
display: inline-block;
height: 0.9em; width: 0.9em;
vertical-align: -0.07em;
padding-left: 0.25em;
}
.alts .nsfw :checked + label::after {
content: url(../18_plus.svg);
}
.alts a, .tags a, .links a {
text-decoration: none;
}