Update cursor.js

This commit is contained in:
slweeb 2025-06-04 12:02:34 -04:00
parent b1ef16eace
commit 388b6f17eb
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
document.head.insertAdjacentHTML("beforeend",`<style>
* { cursor: url(https://r74n.com/shapes/png/cursor_full.png), auto; }
*, button, input, input[type="button"] { cursor: url(https://r74n.com/shapes/png/cursor_full.png), auto; }
</style>`)