Fix pixelated icons on IE

This commit is contained in:
ReimarPB 2022-09-15 19:12:50 +02:00
parent d3bcf499cc
commit 6e257c72dd

View File

@ -206,6 +206,7 @@ h1, h2 {
margin-right: 2px;
}
.pixelated {
-ms-interpolation-mode: nearest-neighbor;
image-rendering: optimizeSpeed;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;