From f4281384e3b060bed82152ae63c0abfb1b66fe5e Mon Sep 17 00:00:00 2001 From: observer Date: Thu, 13 Feb 2025 21:22:59 +0000 Subject: [PATCH] use crisp image rendering on index --- assets/css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/index.css b/assets/css/index.css index f63bb3e..a5df6a6 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -13,6 +13,7 @@ a { img { max-width: 100%; + image-rendering: crisp-edges; } p > img {