halo-theme-dream
Version:
梦之城,童话梦境,动漫类型博客主题。
24 lines (19 loc) • 704 B
text/less
@default: var(--cursor-default);
@pointer: var(--cursor-pointer);
@text: var(--cursor-text);
@zoom-in: var(--cursor-zoom-in);
body {
cursor: @default;
}
a, button, .expand-done, .navbar-above .navbar-nav .item, .navbar-slideicon, .navbar-searchicon, .widget .ad-tag .click-close, .actions > div, .main-content figure > figcaption div, .photos .picture-details {
cursor: @pointer;
}
.aplayer .aplayer-pic, .aplayer .aplayer-music, .aplayer .aplayer-bar-wrap, .aplayer .aplayer-icon {
cursor: @pointer ;
}
.main-content :not(.jg-entry)>img:not([class]) {
cursor: @zoom-in;
}
p, input[type=text], blockquote, th, td, code, h1, h2, h3, h4, h5, h6, hr, li, textarea {
cursor: @text;
}