0.5.8
更改页码显示 去除不必要的设置
This commit is contained in:
Vendored
-3806
File diff suppressed because it is too large
Load Diff
Vendored
+13
@@ -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)
|
||||
|
||||
Vendored
+1
-1
@@ -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"> Made with Sun</a> / version ${this.VERSION}
|
||||
</div>`;
|
||||
document.querySelector(".site--footer__content").insertAdjacentHTML("afterend", copyright);
|
||||
document.querySelector(".icon--copryrights").addEventListener("click", () => {
|
||||
|
||||
Reference in New Issue
Block a user