This commit is contained in:
krahets
2026-04-01 00:58:04 +08:00
parent d16faa0eb5
commit 3a0aacfcb5
45 changed files with 205 additions and 45 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -251,4 +251,4 @@
initAutoSlide();
}
})();
/*! update cache: 20260401004150 */
/*! update cache: 20260401005614 */
+1 -1
View File
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
],
});
});
/*! update cache: 20260401004150 */
/*! update cache: 20260401005614 */
+1 -1
View File
@@ -15,4 +15,4 @@ window.MathJax = {
document$.subscribe(() => {
MathJax.typesetPromise();
});
/*! update cache: 20260401004150 */
/*! update cache: 20260401005614 */
+1 -1
View File
@@ -469,4 +469,4 @@
return Starfield;
});
/*! update cache: 20260401004150 */
/*! update cache: 20260401005614 */
+1 -1
View File
@@ -176,4 +176,4 @@
font-size: 0.7rem;
}
}
/*! update cache: 20260401004150 */
/*! update cache: 20260401005614 */
+1 -1
View File
@@ -713,4 +713,4 @@ a:hover .device-on-hover {
flex: 1 1 30%;
}
}
/*! update cache: 20260401004150 */
/*! update cache: 20260401005614 */
+1 -1
View File
@@ -24,4 +24,4 @@
.gsc-reply-content::-webkit-scrollbar-track {
background: transparent;
}
/*! update cache: 20260401004150 */
/*! update cache: 20260401005614 */
+33 -1
View File
@@ -1,5 +1,37 @@
@import url("https://giscus.app/themes/light.css");
main {
--color-border-default: rgba(29, 29, 32, 0.12);
--color-border-muted: rgba(29, 29, 32, 0.08);
--color-accent-fg: #349890;
--color-btn-primary-text: #ffffff;
--color-btn-primary-bg: #55aea6;
--color-btn-primary-hover-bg: #52bbb1;
--color-btn-primary-border: rgba(52, 152, 144, 0.2);
--color-btn-primary-hover-border: rgba(52, 152, 144, 0.24);
}
.border,
.color-border-primary {
border-color: rgba(29, 29, 32, 0.1) !important;
}
.gsc-comment-box-buttons .btn-primary {
border-radius: 999px !important;
border-color: transparent !important;
background-color: #55aea6 !important;
color: #ffffff !important;
box-shadow: none !important;
}
.gsc-comment-box-buttons .btn-primary:hover:not(:disabled) {
background-color: #52bbb1 !important;
}
.gsc-comment-box-buttons .btn-primary:disabled {
opacity: 0.62;
}
/* Limit long giscus comments so they don't dominate the page. */
.gsc-comment-content,
.gsc-reply-content {
@@ -24,4 +56,4 @@
.gsc-reply-content::-webkit-scrollbar-track {
background: transparent;
}
/*! update cache: 20260401004150 */
/*! update cache: 20260401005614 */