From f1b49d1d81c29bb602c50ac2eca21715c67a3fca Mon Sep 17 00:00:00 2001 From: Oj Date: Sun, 20 Mar 2022 12:37:01 +0000 Subject: [PATCH] [Splash > UI] Minor source cleanup --- src/splash/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/splash/index.html b/src/splash/index.html index a8f61fa..dd5a04c 100644 --- a/src/splash/index.html +++ b/src/splash/index.html @@ -42,7 +42,7 @@ font-family: var(--font-primary), 'Whitney', sans-serif; box-sizing: border-box; - -webkit-user-select: none; + user-select: none; cursor: default; }