style.css@import '../コードブロックの行番号を表示するUserCSS/style.css';
style.css.line.number-list .dot {
display: block !important;
}
style.css.line .quote .indent { display: block; }
style.cssx.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;
}
/* 箇条書き中のコードブロック記法での行頭のインデントの色を背景と同じ色にする */
.line span.code-block .code-block-margin {
background-color: var(--page-bg, #fefefe);
}
style.css-x.container {
width: auto;
max-width: max-content;
}
style.cssimg[src^="https://i.kakeru.app"] {
background-color: white;
}
style.cssdiv.page {
overflow-x: visible;
overflow-y: visible;
}