settings
https://gyazo.com/8506443b85e0f62dc8685af0da981d0c
code:style.css
/* 横幅制限解除 */
.line .indent-mark .dot {
}
.line {
font-size: 120%;
}
.container {
max-width: none !important;
}
code:style.css
/* テーブルのセルをわかりやすくする */
.table-block table { background-color: transparent; border-collapse: separate; border-spacing: 2px }
.table-block table tr td { padding: .1em; background-color: rgba(0,0,0,0.04) }
.table-block table tr:nth-child(even) td { background-color: rgba(0,0,0,0.06) }
.table-block table tr:first-child td { font-weight: bolder; text-align: center }
.table-block table tr td:first-child { padding: 0; background-color: transparent; border-width: 0 }