Files
hello-algo/stylesheets/giscus-dark.css
krahets eb0e501b9e deploy
2026-04-01 01:17:53 +08:00

32 lines
775 B
CSS

@import url("https://giscus.app/themes/noborder_dark.css");
.gsc-comment-box-buttons .btn-primary {
border-radius: 999px !important;
}
/* 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(230, 237, 243, 0.24);
border-radius: 999px;
}
.gsc-comment-content::-webkit-scrollbar-track,
.gsc-reply-content::-webkit-scrollbar-track {
background: transparent;
}
/*! update cache: 20260401011610 */