remove user selection

This commit is contained in:
2020-07-05 09:41:14 +02:00
parent 04f9f57cba
commit 3a3085c1db
2 changed files with 1 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ body {
background-color: #2c3a47;
color: $color;
margin: 0;
user-select: none;
}
button {