As a website developer, I have been contemplating the possibility of customizing the appearance of the mouse cursor using CSS. While I am aware that we can use cursor:pointer;
to change the cursor to a hand when hovering over links, I am interested in taking it a step further.
What I envision is having the visitor's cursor on my website turn red or perhaps having shadows around it or something similar. I understand that this may sound like a trivial question, but I am genuinely curious if it can be done. If so, I would appreciate any guidance on how to achieve this effect.
* Note: I am open to utilizing javascript or jquery if necessary.
Thank you.