settings
https://gyazo.com/f5aad8e143b8d197c25d5e884bb315a2
コードブロックを小さく
code:style.css
.line span.code-block {
line-height: 1.2em;
font-size: 88%;
}
タイトルごとに背景を変える
code:style.css
:is(
data-page-title*=".html",
data-page-title*=".js",
data-page-title*=".css",
data-page-title*=".md",
data-page-title="Makefile",
data-page-title="Test",
data-page-title="Data"
) > a
{
background-color:#fafbe4 !important;
}