I'm having trouble finding information on this particular subject. My goal is to create a simple custom cursor using CSS. Currently, I have the following code:
cursor: url('img/cursor_left.png'), auto;
The cursor appears as expected, but it's slightly blurry due to compatibility issues with retina displays. Does anyone have any suggestions on how to resolve this issue?
Thank you, Angelo.