fix image rendering on firefox
This commit is contained in:
parent
0232d0be86
commit
7d0bbed6d5
|
@ -18,6 +18,7 @@ a {
|
|||
color: #f69f8f;
|
||||
}
|
||||
canvas {
|
||||
image-rendering: -moz-crisp-edges;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
input[type="color"] {
|
||||
|
|
|
@ -26,6 +26,7 @@ a {
|
|||
}
|
||||
|
||||
canvas {
|
||||
image-rendering: -moz-crisp-edges;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue