From fe1a6318e8b370dce5a636c936115d2fed2a13b0 Mon Sep 17 00:00:00 2001 From: futile Date: Sat, 14 Dec 2024 11:18:40 +0000 Subject: [PATCH] keep 88x31 images looking crisp --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 1b54d10..6230e80 100644 --- a/index.html +++ b/index.html @@ -160,6 +160,11 @@ cursor: pointer; } + .footer.buttons img, + .footer.buttons a img { + image-rendering: pixelated; + } + .footer.quote { text-align: center; margin: -8px auto auto auto;