From 5bf12d39839ba20034166b501e12424dfb3039de Mon Sep 17 00:00:00 2001 From: RikaCelery <94585272+RikaCelery@users.noreply.github.com> Date: Thu, 27 Jul 2023 10:09:08 +0800 Subject: [PATCH] fix safari --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 8036c05..d8ef43c 100644 --- a/style.css +++ b/style.css @@ -121,6 +121,7 @@ body { .form label { color: var(--main-text-color); + -webkit-user-select: none; user-select: none; font-size: 1.2rem; font-weight: 500;