From a8980fb4c6707d4537dbe30acbde13298b0fda00 Mon Sep 17 00:00:00 2001 From: Holly Date: Mon, 21 Oct 2024 03:29:35 +0100 Subject: [PATCH] allow text selection again --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 846ca52..347e373 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,6 @@ body { background-color: #181818; color: white; - user-select: none; height: 100vh; margin: 0; } @@ -68,6 +67,7 @@ background-repeat: no-repeat; background-position: -2px -2px; transition: background-color .1s linear, filter .1s linear, border .1s linear; + user-select: none; } .rounded-button[data-id="discord"] {