1
0
Fork 0

changed image-rendering for img.button to smooth

This commit is contained in:
Sara Gerretsen 2025-12-29 18:43:27 +01:00
parent 5f07e4fd7b
commit d70696177e

View file

@ -103,4 +103,5 @@ img.button {
border: 0;
width: 110px;
image-rendering: pixelated;
image-rendering: smooth;
}