Hexo之自定义鼠标样式

自定义鼠标样式

打开 themes/*/source/css/_custom/custom.styl ,在里面写下如下代码:

1
2
3
4
5
6
7
// 鼠标样式
* {
cursor: url("http://om8u46rmb.bkt.clouddn.com/sword2.ico"),auto!important
}
:active {
cursor: url("http://om8u46rmb.bkt.clouddn.com/sword1.ico"),auto!important
}

如果本文对您有用,谢谢打赏。

TDsimon wechat
欢迎扫一扫上面的微信公众号,订阅我的博客!