mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-01 12:47:14 +00:00
deploy
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -251,4 +251,4 @@
|
|||||||
initAutoSlide();
|
initAutoSlide();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
/*! update cache: 20260401004139 */
|
/*! update cache: 20260401005602 */
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004139 */
|
/*! update cache: 20260401005602 */
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
|||||||
document$.subscribe(() => {
|
document$.subscribe(() => {
|
||||||
MathJax.typesetPromise();
|
MathJax.typesetPromise();
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004139 */
|
/*! update cache: 20260401005602 */
|
||||||
|
|||||||
@@ -469,4 +469,4 @@
|
|||||||
|
|
||||||
return Starfield;
|
return Starfield;
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004139 */
|
/*! update cache: 20260401005602 */
|
||||||
|
|||||||
@@ -176,4 +176,4 @@
|
|||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004139 */
|
/*! update cache: 20260401005602 */
|
||||||
|
|||||||
@@ -713,4 +713,4 @@ a:hover .device-on-hover {
|
|||||||
flex: 1 1 30%;
|
flex: 1 1 30%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004139 */
|
/*! update cache: 20260401005602 */
|
||||||
|
|||||||
@@ -24,4 +24,4 @@
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004139 */
|
/*! update cache: 20260401005602 */
|
||||||
|
|||||||
@@ -1,5 +1,37 @@
|
|||||||
@import url("https://giscus.app/themes/light.css");
|
@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. */
|
/* Limit long giscus comments so they don't dominate the page. */
|
||||||
.gsc-comment-content,
|
.gsc-comment-content,
|
||||||
.gsc-reply-content {
|
.gsc-reply-content {
|
||||||
@@ -24,4 +56,4 @@
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004139 */
|
/*! update cache: 20260401005602 */
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -251,4 +251,4 @@
|
|||||||
initAutoSlide();
|
initAutoSlide();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
/*! update cache: 20260401004150 */
|
/*! update cache: 20260401005614 */
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004150 */
|
/*! update cache: 20260401005614 */
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
|||||||
document$.subscribe(() => {
|
document$.subscribe(() => {
|
||||||
MathJax.typesetPromise();
|
MathJax.typesetPromise();
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004150 */
|
/*! update cache: 20260401005614 */
|
||||||
|
|||||||
@@ -469,4 +469,4 @@
|
|||||||
|
|
||||||
return Starfield;
|
return Starfield;
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004150 */
|
/*! update cache: 20260401005614 */
|
||||||
|
|||||||
@@ -176,4 +176,4 @@
|
|||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004150 */
|
/*! update cache: 20260401005614 */
|
||||||
|
|||||||
@@ -713,4 +713,4 @@ a:hover .device-on-hover {
|
|||||||
flex: 1 1 30%;
|
flex: 1 1 30%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004150 */
|
/*! update cache: 20260401005614 */
|
||||||
|
|||||||
@@ -24,4 +24,4 @@
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004150 */
|
/*! update cache: 20260401005614 */
|
||||||
|
|||||||
@@ -1,5 +1,37 @@
|
|||||||
@import url("https://giscus.app/themes/light.css");
|
@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. */
|
/* Limit long giscus comments so they don't dominate the page. */
|
||||||
.gsc-comment-content,
|
.gsc-comment-content,
|
||||||
.gsc-reply-content {
|
.gsc-reply-content {
|
||||||
@@ -24,4 +56,4 @@
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004150 */
|
/*! update cache: 20260401005614 */
|
||||||
|
|||||||
@@ -251,4 +251,4 @@
|
|||||||
initAutoSlide();
|
initAutoSlide();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
/*! update cache: 20260401004117 */
|
/*! update cache: 20260401005540 */
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004117 */
|
/*! update cache: 20260401005540 */
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
|||||||
document$.subscribe(() => {
|
document$.subscribe(() => {
|
||||||
MathJax.typesetPromise();
|
MathJax.typesetPromise();
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004117 */
|
/*! update cache: 20260401005540 */
|
||||||
|
|||||||
@@ -469,4 +469,4 @@
|
|||||||
|
|
||||||
return Starfield;
|
return Starfield;
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004117 */
|
/*! update cache: 20260401005540 */
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -251,4 +251,4 @@
|
|||||||
initAutoSlide();
|
initAutoSlide();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
/*! update cache: 20260401004202 */
|
/*! update cache: 20260401005626 */
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004202 */
|
/*! update cache: 20260401005626 */
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
|||||||
document$.subscribe(() => {
|
document$.subscribe(() => {
|
||||||
MathJax.typesetPromise();
|
MathJax.typesetPromise();
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004202 */
|
/*! update cache: 20260401005626 */
|
||||||
|
|||||||
@@ -469,4 +469,4 @@
|
|||||||
|
|
||||||
return Starfield;
|
return Starfield;
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004202 */
|
/*! update cache: 20260401005626 */
|
||||||
|
|||||||
@@ -176,4 +176,4 @@
|
|||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004202 */
|
/*! update cache: 20260401005626 */
|
||||||
|
|||||||
@@ -713,4 +713,4 @@ a:hover .device-on-hover {
|
|||||||
flex: 1 1 30%;
|
flex: 1 1 30%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004202 */
|
/*! update cache: 20260401005626 */
|
||||||
|
|||||||
@@ -24,4 +24,4 @@
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004202 */
|
/*! update cache: 20260401005626 */
|
||||||
|
|||||||
@@ -1,5 +1,37 @@
|
|||||||
@import url("https://giscus.app/themes/light.css");
|
@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. */
|
/* Limit long giscus comments so they don't dominate the page. */
|
||||||
.gsc-comment-content,
|
.gsc-comment-content,
|
||||||
.gsc-reply-content {
|
.gsc-reply-content {
|
||||||
@@ -24,4 +56,4 @@
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004202 */
|
/*! update cache: 20260401005626 */
|
||||||
|
|||||||
@@ -176,4 +176,4 @@
|
|||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004117 */
|
/*! update cache: 20260401005540 */
|
||||||
|
|||||||
@@ -713,4 +713,4 @@ a:hover .device-on-hover {
|
|||||||
flex: 1 1 30%;
|
flex: 1 1 30%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004117 */
|
/*! update cache: 20260401005540 */
|
||||||
|
|||||||
@@ -24,4 +24,4 @@
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004117 */
|
/*! update cache: 20260401005540 */
|
||||||
|
|||||||
@@ -1,5 +1,37 @@
|
|||||||
@import url("https://giscus.app/themes/light.css");
|
@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. */
|
/* Limit long giscus comments so they don't dominate the page. */
|
||||||
.gsc-comment-content,
|
.gsc-comment-content,
|
||||||
.gsc-reply-content {
|
.gsc-reply-content {
|
||||||
@@ -24,4 +56,4 @@
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004117 */
|
/*! update cache: 20260401005540 */
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -251,4 +251,4 @@
|
|||||||
initAutoSlide();
|
initAutoSlide();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
/*! update cache: 20260401004128 */
|
/*! update cache: 20260401005551 */
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004128 */
|
/*! update cache: 20260401005551 */
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
|||||||
document$.subscribe(() => {
|
document$.subscribe(() => {
|
||||||
MathJax.typesetPromise();
|
MathJax.typesetPromise();
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004128 */
|
/*! update cache: 20260401005551 */
|
||||||
|
|||||||
@@ -469,4 +469,4 @@
|
|||||||
|
|
||||||
return Starfield;
|
return Starfield;
|
||||||
});
|
});
|
||||||
/*! update cache: 20260401004128 */
|
/*! update cache: 20260401005551 */
|
||||||
|
|||||||
@@ -176,4 +176,4 @@
|
|||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004128 */
|
/*! update cache: 20260401005551 */
|
||||||
|
|||||||
@@ -713,4 +713,4 @@ a:hover .device-on-hover {
|
|||||||
flex: 1 1 30%;
|
flex: 1 1 30%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004128 */
|
/*! update cache: 20260401005551 */
|
||||||
|
|||||||
@@ -24,4 +24,4 @@
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004128 */
|
/*! update cache: 20260401005551 */
|
||||||
|
|||||||
@@ -1,5 +1,37 @@
|
|||||||
@import url("https://giscus.app/themes/light.css");
|
@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. */
|
/* Limit long giscus comments so they don't dominate the page. */
|
||||||
.gsc-comment-content,
|
.gsc-comment-content,
|
||||||
.gsc-reply-content {
|
.gsc-reply-content {
|
||||||
@@ -24,4 +56,4 @@
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260401004128 */
|
/*! update cache: 20260401005551 */
|
||||||
|
|||||||
Reference in New Issue
Block a user