From 5fee5dd3638fdb09d9df32adec309458a3bbfa35 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 13 Sep 2025 00:39:03 +0800 Subject: [PATCH] chore: useless change --- client/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index 0162e80..5289234 100644 --- a/client/style.css +++ b/client/style.css @@ -51,10 +51,10 @@ html { /* 防止小尺寸图片模糊*/ * { + image-rendering: crisp-edges; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; - image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; }