From 57117db255cfb2db0b471d6a1ab96fff737aa89c Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 28 Dec 2025 19:16:32 +0100 Subject: [PATCH] image-rendering for buttons is pixelated --- objectionable.solutions/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/objectionable.solutions/style.css b/objectionable.solutions/style.css index 4762fe9..3820ef1 100644 --- a/objectionable.solutions/style.css +++ b/objectionable.solutions/style.css @@ -78,4 +78,5 @@ img.image-left { img.button { width: 110px; + image-rendering: pixelated; }