From 85b74ad4e901322b6af6bb00c3d806dec99aac5d Mon Sep 17 00:00:00 2001 From: Mitpoppy <89001400+Mitpoppy@users.noreply.github.com> Date: Mon, 10 Mar 2025 09:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E6=8C=89=E9=92=AE/=E5=9B=BE=E7=89=87=E7=AD=89=E8=93=9D?= =?UTF-8?q?=E8=89=B2=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rustedwarfareapicode/.vitepress/theme/style/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rustedwarfareapicode/.vitepress/theme/style/custom.css b/rustedwarfareapicode/.vitepress/theme/style/custom.css index f309d01..822b24f 100644 --- a/rustedwarfareapicode/.vitepress/theme/style/custom.css +++ b/rustedwarfareapicode/.vitepress/theme/style/custom.css @@ -173,4 +173,8 @@ --vp-c-text-1: rgba(255, 255, 245, 0.86); --vp-c-text-2: rgba(235, 235, 245, 0.6); --vp-c-text-3: rgba(235, 235, 245, 0.38); -} \ No newline at end of file +} + +* { +-webkit-tap-highlight-color:rgba(0,0,0,0); +}