forked from rDrama/rDrama
1
0
Fork 0

Exclude golden Marseys from animations flag.

Fixes: https://rdrama.net/post/18459/-/2128499?context=8#context
master
Snakes 2022-06-15 16:40:30 -04:00
parent 7e54f858d3
commit aea7e0b83a
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@
{% if v and not v.animations -%}
<style>
* :not(img[src="/assets/images/hand.webp"] + img) {
* :not(img[src="/assets/images/hand.webp"] + img):not(img.golden, img[g]) {
animation: unset !important;
}
</style>