コードブロック行頭の空白の色を変えるUserCSS
from
/takker/コードブロック行頭の空白の色を変えるCSS
code:style.css
.line span.code-block .indent-mark span
class^="c-"
{
position: relative;
top: -0.5em;
}
.line span.code-block .pad:not(.code-block-margin){
background-color: rgba(0,0,0,0.05);
height: 1.7em;
position: relative;
top: 8px;
}
#UserCSS