1
2
3
4
5
6
7
8
9
10
----------------------聖誕裝------------------------------
/*聖誕裝—普通*/
*, body, a {
cursor: url("https://images.plurk.com/UxuvHfvUA79E55n7rdmtM.png"), auto;
}

/*聖誕裝—連結*/
a:hover {
cursor: url("https://images.plurk.com/UxuvHfvUA79E55n7rdmtM.png"), auto;
}