From d1a5e3005958bf701e4f2385e723aa0ad7e85b12 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Tue, 8 Jun 2021 01:35:40 +0200 Subject: [PATCH] make sure the gif has crispy pixels --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index a9ed13b..59ce422 100644 --- a/style.css +++ b/style.css @@ -84,6 +84,12 @@ b { #mlem picture { filter: drop-shadow(0 0 30px var(--glow-col)); } +#mlem img { + /* firefox doesn't support "pixelated" but does treat "crisp-edges" + * to mean that */ + image-rendering: crisp-edges; + image-rendering: pixelated; +} header { margin: 0;