1
2
3
4
5
6
7
8
9
10
/*魔法師—普通*/
*, body, a {
cursor: url("https://images.plurk.com/5yhmxFAI7M2eG7xV8KoERx.png"), auto;
}


/*魔法師—連結*/
a:hover {
cursor: url("https://images.plurk.com/5yhmxFAI7M2eG7xV8KoERx.png"), auto;
}