settings
code:style.css
.grid-style-itemdata-page-title="settings",
.grid-style-itemdata-page-title="増井俊之",
.grid-style-itemdata-page-title$="_"
{display: none !important;}
codeblockのフォントを小さくする
code:style.css
.line span.code-block {
line-height: 1.2em;
font-size: 88%;
}
codeblockの先頭行の色をおとなしくする
code:style.css
.line span.code-block .code-block-start {
background-color: #eee;
}
.line span.code-block .code-block-start a {
color: #555;
}