allow text selection again

This commit is contained in:
Holly Stubbs 2024-10-21 03:29:35 +01:00
parent 746a78b1cf
commit a8980fb4c6
Signed by: tgpholly
GPG key ID: B8583C4B7D18119E

View file

@ -17,7 +17,6 @@
body { body {
background-color: #181818; background-color: #181818;
color: white; color: white;
user-select: none;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
} }
@ -68,6 +67,7 @@
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: -2px -2px; background-position: -2px -2px;
transition: background-color .1s linear, filter .1s linear, border .1s linear; transition: background-color .1s linear, filter .1s linear, border .1s linear;
user-select: none;
} }
.rounded-button[data-id="discord"] { .rounded-button[data-id="discord"] {