mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 12:29:41 +08:00
42 lines
641 B
CSS
42 lines
641 B
CSS
body {
|
|
cursor: var(--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: var(--cursor-pointer);
|
|
}
|
|
.aplayer .aplayer-pic,
|
|
.aplayer .aplayer-music,
|
|
.aplayer .aplayer-bar-wrap,
|
|
.aplayer .aplayer-icon {
|
|
cursor: var(--cursor-pointer) !important;
|
|
}
|
|
.main-content :not(.jg-entry) > img:not([class]) {
|
|
cursor: var(--cursor-zoom-in);
|
|
}
|
|
p,
|
|
input[type=text],
|
|
blockquote,
|
|
th,
|
|
td,
|
|
code,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
hr,
|
|
li,
|
|
textarea {
|
|
cursor: var(--cursor-text);
|
|
}
|