Awesome post at CSS Tricks about changing the cursor with CSS to everything you want, even emoji!
.module {
cursor: url('path-to-image.png'), auto;
}
Awesome post at CSS Tricks about changing the cursor with CSS to everything you want, even emoji!
.module {
cursor: url('path-to-image.png'), auto;
}