From: git Date: Mon, 4 May 2026 19:56:45 +0000 (-0400) Subject: disable anti-aliasing for blob image view X-Git-Url: https://git.datadissipation.net/?a=commitdiff_plain;h=7974a92080ba28fba11ff062383a71a4c006d41a;p=gitweb-theme.git disable anti-aliasing for blob image view --- diff --git a/gitweb.css b/gitweb.css index bbb9eac..b92be7b 100644 --- a/gitweb.css +++ b/gitweb.css @@ -735,6 +735,7 @@ td.error { } /* blob view */ .page_body img.blob { + image-rendering: pixelated; min-width: 80%; display: block; margin: 0 auto;