fix image rendering on firefox

This commit is contained in:
synth_ruiner 2019-03-26 20:11:43 +00:00
förälder 0232d0be86
incheckning 7d0bbed6d5
2 ändrade filer med 2 tillägg och 0 borttagningar

Visa fil

@ -18,6 +18,7 @@ a {
color: #f69f8f;
}
canvas {
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
input[type="color"] {

Visa fil

@ -26,6 +26,7 @@ a {
}
canvas {
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}