forked from rDrama/rDrama
1
0
Fork 0

dont animate gold-text images (cpu intensive + cheapens organic gold emojis)

master
Aevann 2023-10-05 12:53:33 +03:00
parent 90955104fb
commit 84a24e882b
2 changed files with 4 additions and 1 deletions

View File

@ -216,6 +216,9 @@
animation: 60s linear 0s infinite move-colors;
}
.gold-text img {
filter: sepia(1) saturate(2)
}
.queen:not(a):not(.ectoplasm), h1.queen.post-title a {
color: hotpink !important;

View File

@ -5679,7 +5679,7 @@ lite-youtube.lyt-activated > .lty-playbtn {
from {filter: sepia(1) saturate(2)}
to {filter: sepia(1) saturate(3) drop-shadow(-1px 1px 3px gold)}
}
img.golden, img[g]:not([data-src]), .gold-text img {
img.golden, img[g]:not([data-src]) {
animation: golden 1s infinite alternate linear;
}