更改页码显示
去除不必要的设置
This commit is contained in:
浪子
2024-07-25 08:21:49 +08:00
parent 8c696e028c
commit 6ee130ce3d
8 changed files with 50 additions and 3966 deletions
-3806
View File
File diff suppressed because it is too large Load Diff
+13
View File
@@ -1097,6 +1097,11 @@ textarea {
position: relative
}
.nav-links a {
padding: 20px;
position: relative
}
.nav-links .page-numbers:hover,
.nav-links .post-page-numbers:hover {
color: var(--farallon-hover-color)
@@ -1123,6 +1128,14 @@ textarea {
left: 0
}
.nav-links span {
color: var(--farallon-text-gray)
}
.hidden {
display: none !important;
}
.nav-links .page-numbers.dots,
.nav-links .post-page-numbers.dots {
color: var(--farallon-text-gray)
+1 -1
View File
@@ -46,7 +46,7 @@
}
initCopyright() {
const copyright = `<div class="site--footer__info">
Theme <a href="https://fatesinger.com/101971" target="_blank">farallon</a> by bigfa / version ${this.VERSION}
Theme <a href="https://fatesinger.com/101971" target="_blank">farallon</a> by bigfa <a href="https://www.imsun.org" target="_blank">&nbsp;Made with Sun</a> / version ${this.VERSION}
</div>`;
document.querySelector(".site--footer__content").insertAdjacentHTML("afterend", copyright);
document.querySelector(".icon--copryrights").addEventListener("click", () => {