Snippets
/* Apply custom cursor to the entire body */
body {
cursor: url('https://img.icons8.com/?size=70&id=14102&format=png&color=000000') 16 16, auto !important;
}
/* Crosshair cursor for links */
a {
cursor: crosshair !important;
}Last updated