clean up & update dependencies

This commit is contained in:
Ren Amamiya
2023-05-14 15:51:56 +07:00
parent 7f1dd1514f
commit 48d690d33a
17 changed files with 276 additions and 317 deletions

View File

@@ -9,6 +9,14 @@
}
}
a {
@apply cursor-default;
}
button {
@apply cursor-default focus:outline-none;
}
/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
display: none;