style: 将鼠标悬停时的光标样式从 default 改为 pointer

This commit is contained in:
wenyongda 2026-04-15 13:44:31 +08:00
parent 91c25e22f8
commit 5b0f19aea1

View File

@ -5,5 +5,5 @@ body {
a,
img {
cursor: url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/pointer.cur),
default;
pointer;
}