This commit is contained in:
Bryan Ramos 2023-02-27 14:48:25 -05:00
parent bba8a25736
commit 15b6cc25b4
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -74,5 +74,7 @@ a:hover {
}
.download {
webkit-user-select: none;
ms-user-select: none;
user-select: none;
}