fix screen fuzziness on chrome

what a mess... https://css-tricks.com/almanac/properties/i/image-rendering/
This commit is contained in:
2020-05-25 17:33:31 -04:00
parent b07a54e57f
commit a9d2908605
+1
View File
@@ -19,6 +19,7 @@ canvas {
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
a.github {