make rotations consistent

This commit is contained in:
Rhiannon Morris 2020-07-24 18:40:16 +02:00
parent 846936da08
commit bf3f02d4a9
4 changed files with 5 additions and 3 deletions

View file

@ -36,7 +36,7 @@ header h1::after {
display: inline-block;
height: 0.8em;
width: 0.8em;
transform: rotate(15deg);
transform: rotate(var(--nsfw-sticker-rotate));
vertical-align: top;
opacity: 80%;
mix-blend-mode: hard-light;