diff --git a/src/style.css b/src/style.css index d352790..2136832 100644 --- a/src/style.css +++ b/src/style.css @@ -7,3 +7,7 @@ body { height: 100vh; background-color: #222; } + +canvas { + image-rendering: pixelated; +}