settings
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
grid-column-start: 1;
}
code:style.css
.line code{
font-size:90%;
}
/* リストのドットを小さくする */
.line .indent-mark .dot {
width: 4px;
height: 4px;
}
/* code:xxxの高さ調整 */
.line span.code-block {
line-height: 1.3em;
}
/* インラインブロックを1色に統一 */
code.code > * span {
}