fix image rendering on firefox

This commit is contained in:
synth_ruiner 2019-03-26 20:11:43 +00:00
parent 0232d0be86
commit 7d0bbed6d5
2 changed files with 2 additions and 0 deletions

View File

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

View File

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