How do I change the cursor style?

guys how do i change cursor style, like if i want to change how the cursor looks when you have it on the website

This probably can be done only from the code side.

I think you can try with CSS with something like this:

* {
  cursor: url(...);
}