From 84a24e882ba6ee6ce50ff9ce4400473e7a0f61fe Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 5 Oct 2023 12:53:33 +0300 Subject: [PATCH] dont animate gold-text images (cpu intensive + cheapens organic gold emojis) --- files/assets/css/awards.css | 3 +++ files/assets/css/main.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index 626f7cf43..1ec86c08a 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -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; diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 811b9d5aa..f1902f705 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -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; }