1
0
Fork 0

make sure the gif has crispy pixels

This commit is contained in:
Rhiannon Morris 2021-06-08 01:35:40 +02:00
parent 389ce80df6
commit d1a5e30059
1 changed files with 6 additions and 0 deletions

View File

@ -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;