Files
hello-algo/stylesheets/giscus-light.css
krahets d16faa0eb5 deploy
2026-04-01 00:43:32 +08:00

28 lines
686 B
CSS

@import url("https://giscus.app/themes/light.css");
/* Limit long giscus comments so they don't dominate the page. */
.gsc-comment-content,
.gsc-reply-content {
max-height: 32rem;
overflow-y: auto;
overscroll-behavior: contain;
padding-inline-end: 0.5rem;
}
.gsc-comment-content::-webkit-scrollbar,
.gsc-reply-content::-webkit-scrollbar {
width: 0.35rem;
}
.gsc-comment-content::-webkit-scrollbar-thumb,
.gsc-reply-content::-webkit-scrollbar-thumb {
background: rgba(31, 35, 40, 0.22);
border-radius: 999px;
}
.gsc-comment-content::-webkit-scrollbar-track,
.gsc-reply-content::-webkit-scrollbar-track {
background: transparent;
}
/*! update cache: 20260401004117 */