1
2
3
4
5
6
7
8
9
10
/**======== Create by Plurk CSS Generator ========**/
/**== https://hoshikata.github.io/PlurkCSSGenerator ==**/
/*游標更改*/
*, body, a {
cursor: url("https://images.plurk.com/4ItR1PC7F8jSoc4ST8hNwn.png"), auto;
}
/*游標更改:移到連結上*/
a:hover {
cursor: url("https://images.plurk.com/3Zu71MA76DvUm6l3060Evt.png"), auto;
}