This commit is contained in:
krahets
2026-04-01 01:06:20 +08:00
parent 3a0aacfcb5
commit 46f27b17ec
45 changed files with 160 additions and 80 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -251,4 +251,4 @@
initAutoSlide();
}
})();
/*! update cache: 20260401005614 */
/*! update cache: 20260401010506 */
+1 -1
View File
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
],
});
});
/*! update cache: 20260401005614 */
/*! update cache: 20260401010506 */
+1 -1
View File
@@ -15,4 +15,4 @@ window.MathJax = {
document$.subscribe(() => {
MathJax.typesetPromise();
});
/*! update cache: 20260401005614 */
/*! update cache: 20260401010506 */
+1 -1
View File
@@ -469,4 +469,4 @@
return Starfield;
});
/*! update cache: 20260401005614 */
/*! update cache: 20260401010506 */
+1 -1
View File
@@ -176,4 +176,4 @@
font-size: 0.7rem;
}
}
/*! update cache: 20260401005614 */
/*! update cache: 20260401010506 */
+1 -1
View File
@@ -713,4 +713,4 @@ a:hover .device-on-hover {
flex: 1 1 30%;
}
}
/*! update cache: 20260401005614 */
/*! update cache: 20260401010506 */
+17 -1
View File
@@ -1,5 +1,21 @@
@import url("https://giscus.app/themes/noborder_dark.css");
.gsc-comment-box-buttons .btn-primary {
border-radius: 999px !important;
border-color: transparent !important;
background-color: #52bbb1 !important;
color: #1e1e1e !important;
box-shadow: none !important;
}
.gsc-comment-box-buttons .btn-primary:hover:not(:disabled) {
background-color: #7acfc7 !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 +40,4 @@
.gsc-reply-content::-webkit-scrollbar-track {
background: transparent;
}
/*! update cache: 20260401005614 */
/*! update cache: 20260401010506 */
+8 -8
View File
@@ -1,31 +1,31 @@
@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-border-default: rgba(29, 29, 32, 0.08);
--color-border-muted: rgba(29, 29, 32, 0.05);
--color-accent-fg: #349890;
--color-btn-primary-text: #ffffff;
--color-btn-primary-bg: #55aea6;
--color-btn-primary-hover-bg: #52bbb1;
--color-btn-primary-bg: #52bbb1;
--color-btn-primary-hover-bg: #7acfc7;
--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;
border-color: rgba(29, 29, 32, 0.07) !important;
}
.gsc-comment-box-buttons .btn-primary {
border-radius: 999px !important;
border-color: transparent !important;
background-color: #55aea6 !important;
background-color: #52bbb1 !important;
color: #ffffff !important;
box-shadow: none !important;
}
.gsc-comment-box-buttons .btn-primary:hover:not(:disabled) {
background-color: #52bbb1 !important;
background-color: #7acfc7 !important;
}
.gsc-comment-box-buttons .btn-primary:disabled {
@@ -56,4 +56,4 @@ main {
.gsc-reply-content::-webkit-scrollbar-track {
background: transparent;
}
/*! update cache: 20260401005614 */
/*! update cache: 20260401010506 */