UserCSS:コードブロック
code blockのフォントを小さくする設定
code:style.css
.line span.code-block {
line-height: 1.2em;
font-size: 88%;
}
cod eblockの頭を静かな色にする
code:style.css
.line span.code-block .code-block-start {
}
.line span.code-block .code-block-start a {
}
code:style.css
.line span.code-block {
}
.line code > span > span {
}
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
}
.hljs-built_in,
.hljs-selector-tag,
.hljs-section,
.hljs-link {
}
.hljs-keyword {
}
.hljs,
.hljs-subst {
}
.hljs-title {
}
.hljs-string,
.hljs-meta,
.hljs-name,
.hljs-type,
.hljs-attr,
.hljs-symbol,
.hljs-bullet,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
}
.hljs-comment,
.hljs-quote,
.hljs-deletion {
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-title,
.hljs-section,
.hljs-doctag,
.hljs-type,
.hljs-name,
.hljs-strong {
font-weight: bold;
}
.hljs-literal,
.hljs-number {
}
.hljs-emphasis {
font-style: italic;
}
code:style.css
.hljs-selector-id, .hljs-selector-class {
}
.hljs-params, .hljs-built_in {
}
.hljs-regexp {
}
UserCSS.icon
https://img.shields.io/badge/UserCSS-コードブロック-1572B6.svg?logo=css3&style=for-the-badge