style: 将鼠标悬停时的光标样式从 default 改为 pointer
This commit is contained in:
parent
91c25e22f8
commit
5b0f19aea1
@ -5,5 +5,5 @@ body {
|
|||||||
a,
|
a,
|
||||||
img {
|
img {
|
||||||
cursor: url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/pointer.cur),
|
cursor: url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/pointer.cur),
|
||||||
default;
|
pointer;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user