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;