disable anti-aliasing for blob image view
authorgit <redacted>
Mon, 4 May 2026 19:56:45 +0000 (15:56 -0400)
committergit <redacted>
Mon, 4 May 2026 19:56:45 +0000 (15:56 -0400)
gitweb.css

index bbb9eac53f843155ba92de4c3119a4132baf487b..b92be7b15113e570ecb80cdcc3aa7f00c8ce27e8 100644 (file)
@@ -735,6 +735,7 @@ td.error {
 }
 /* blob view */
 .page_body img.blob {
+  image-rendering: pixelated;
   min-width: 80%;
   display: block;
   margin: 0 auto;