From bb531cf29db840be6c126dc70a8217b338590992 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Tue, 19 Mar 2024 21:11:50 +0000 Subject: [PATCH] fix: make the 88x31 buttons stay pixely --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 8a57efc..f4cb171 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -449,6 +449,10 @@ pre > code { vertical-align: sub; } +.buttons-88x31 picture { + image-rendering: pixelated; +} + table, th, td { border: var(--accent-dim) 1px solid; }