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"] {