allow text selection again
This commit is contained in:
parent
746a78b1cf
commit
a8980fb4c6
1 changed files with 1 additions and 1 deletions
|
@ -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"] {
|
||||
|
|
Loading…
Reference in a new issue