forked from MarseyWorld/MarseyWorld
Exclude golden Marseys from animations flag.
Fixes: https://rdrama.net/post/18459/-/2128499?context=8#contextmaster
parent
7e54f858d3
commit
aea7e0b83a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue