SharedUserCSS
code:style.css
@import '../コードブロックの行番号を表示するUserCSS/style.css';
code:style.css
.line.number-list .dot {
display: block !important;
}
code:style.cssx
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 {
}
code:style.css-x
.container {
width: auto;
max-width: max-content;
}
code:style.css
background-color: white;
}
ScrapBubble用
code:style.css
div.page {
overflow-x: visible;
overflow-y: visible;
}