From d70696177e8080b186f0dfbeb97c3d9464ade832 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 29 Dec 2025 18:43:27 +0100 Subject: [PATCH] changed image-rendering for img.button to smooth --- objectionable.solutions/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/objectionable.solutions/style.css b/objectionable.solutions/style.css index 2c6b8db..97b7208 100644 --- a/objectionable.solutions/style.css +++ b/objectionable.solutions/style.css @@ -103,4 +103,5 @@ img.button { border: 0; width: 110px; image-rendering: pixelated; + image-rendering: smooth; }