From c2416e731bc393acc91e8c76121e0a7b2e397f89 Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Sun, 8 Mar 2026 17:54:10 +0100 Subject: [PATCH] Turn off antialiasing in the default style --- styles/kewt.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/kewt.css b/styles/kewt.css index e1b528d..f86037d 100644 --- a/styles/kewt.css +++ b/styles/kewt.css @@ -208,3 +208,10 @@ footer { margin-left: 240px; margin-top: 0px; } + +img { + image-rendering: auto; + image-rendering: crisp-edges; + image-rendering: pixelated; + image-rendering: -webkit-optimize-contrast; +}