This commit is contained in:
Maciej Caderek
2022-04-01 22:18:17 +02:00
parent bec863cf80
commit fdb2d7c48a
4 changed files with 9 additions and 6 deletions

View File

@@ -83,6 +83,9 @@ button,
color: var(--color-text-contrast);
border-radius: 5px;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
button:hover,