コードブロック行頭の空白の色を変えるCSS
from
/takker/コードブロック行頭の空白の色を変えるCSS
code:style.css
.code-block .indent-mark {
height: 100%;
}
.code-block .indent-mark .pad {
height: 100%;
overflow: unset;
}
.code-block .indent-mark span:last-child .pad {
background-color: rgba(0,0,0,0.05);
}