From 02be446c332c649392d9733c1c9ff08190acfb8f Mon Sep 17 00:00:00 2001 From: cirroskais Date: Mon, 22 Apr 2024 08:27:51 -0400 Subject: [PATCH] LOL --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index efc5d02..e76c539 100644 --- a/src/app.css +++ b/src/app.css @@ -14,7 +14,7 @@ body { font-style: normal; } -//https://stackoverflow.com/questions/14068103/disable-antialising-when-scaling-images#14068216 +/* https://stackoverflow.com/questions/14068103/disable-antialising-when-scaling-images#14068216 */ img { image-rendering: optimizeSpeed; /* STOP SMOOTHING, GIVE ME SPEED */ image-rendering: -moz-crisp-edges; /* Firefox */