settings
特定のページを見えなくする
code:style.css
.grid-style-item
data-page-title="settings"
,
.grid-style-item
data-page-title="増井俊之"
{display: none !important;}
codeblockのフォントを小さくする
code:style.css
.line span.code-block {
line-height: 1.2em;
font-size: 88%;
}