From 3dd33d0966f215ed6a4420a7b2216a4bc99f5cda Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 18 Dec 2023 14:57:17 +0100 Subject: [PATCH] web: Force disable filtering of canvas --- dist/web/source/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/web/source/style.css b/dist/web/source/style.css index 6d10c812b..c3437f86f 100644 --- a/dist/web/source/style.css +++ b/dist/web/source/style.css @@ -25,6 +25,7 @@ body { position: absolute; top: 0; left: 0; + image-rendering: pixelated; } h1, h2, h5 {