refining cursors use

This commit is contained in:
Antoine M 2024-05-16 17:09:28 +02:00
parent a056bc6f71
commit d4fd1b4e9c

View File

@ -16,8 +16,14 @@
html { html {
cursor: url("../../img/cursors/lhoist-curseur-open-hand.svg") 64 64, pointer; cursor: url("../../img/cursors/lhoist-curseur-open-hand.svg") 64 64, pointer;
} }
button, button {
a,
a::after {
@apply cursor--pointer; @apply cursor--pointer;
} }
a {
@apply cursor-pointer;
}
// span,
// p {
// @apply cursor-default;
// }