From 826c366500cab633999cdd537059bb280e473ba1 Mon Sep 17 00:00:00 2001 From: Victor Ribeiro Date: Mon, 20 Mar 2023 22:18:20 -0300 Subject: [PATCH] fix pixelated tile --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 540e2c1..edcc71d 100644 --- a/css/main.css +++ b/css/main.css @@ -18,7 +18,7 @@ canvas { image-rendering: pixelated; } -.tileIcon { +.tileIcon, .square { image-rendering: pixelated; }