/* 自定义鼠标光标样式 - Genshin Impact Hu Tao 主题 */

/* 默认光标 */
body {
  cursor: url('/cursors/elaina/default.cur') 0 0, auto;
}

/* 链接和可点击元素 */
a,
a *,
button,
button *,
input[type="submit"],
input[type="button"],
input[type="reset"],
label,
select,
summary,
[role="button"],
[onclick] {
  cursor: url('/cursors/elaina/pointer.cur') 0 0, pointer;
}
