mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-06 11:07:06 +08:00
31 lines
743 B
CSS
31 lines
743 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;
|
|
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: 20260403184406 */
|