Skip to content

Instantly share code, notes, and snippets.

@macfire
Forked from dsdsdsdsdsds/cursor.css
Created June 23, 2021 18:28
Show Gist options
  • Save macfire/2378420b17f661f97d86401c14f20635 to your computer and use it in GitHub Desktop.
Save macfire/2378420b17f661f97d86401c14f20635 to your computer and use it in GitHub Desktop.
CSS: Cross Browser hires/retina cursor image
.cursor {
cursor: url("cursor.png") 0 0, pointer; /* Legacy */
cursor: url("cursor.svg") 0 0, pointer; /* FF */
cursor: -webkit-image-set(url("cursor.png") 1x, url("[email protected]") 2x) 0 0, pointer; /* Webkit */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment