From af8c0c41922a6116e3f83f43066630472dda3487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Fri, 6 Oct 2023 00:09:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/reset.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/reset.css b/css/reset.css index e279489..dc2aa43 100644 --- a/css/reset.css +++ b/css/reset.css @@ -1,6 +1,7 @@ * { padding: 0; margin: 0; + -webkit-tap-highlight-color:rgba(0,0,0,0); } ul { list-style: none;