settings
code:style.css
/* _ = f096, x = f046 */
/* チェックボックスになるタグ v2 Font Awesome版 */
.line:not(.cursor-line) ahref$='/_':not(.icon) span, .line:not(.cursor-line) ahref$='/x':not(.icon) span { display: inline-block; width: 0; text-indent: -9999px }
.line:not(.cursor-line) ahref$='/_':not(.icon)::after, .line:not(.cursor-line) ahref$='/x':not(.icon)::after { display: inline-block; min-width: 1.15em; padding-left: 1px;
font-family: 'Font Awesome 5 Free'; font-size: 120%; text-align: center; vertical-align: middle }
.line:not(.cursor-line) ahref$='/_':not(.icon)::after { content: '\f111'; color: #5e8af7 } .line:not(.cursor-line) ahref$='/x':not(.icon)::after { content: '\f058'; color: #5e8af7 } /* 行頭のドット(バレット | ビュレット)を少し薄くするUserCSS */
.line .indent-mark .dot {
top: 12px;
width: 4px;
height: 4px;
}
/* 中央寄せ */
.deco-\| {
position: absolute;
width: 100%;
text-align: center;
}
/* 右寄せ */
.deco-\> {
position: absolute;
width: 100%;
text-align: right;
}
/* 左寄せ */
.deco-\< {
position: absolute;
width: 100%;
text-align: left;
}
/* 小さく */
.line:not(.cursor-line) .deco-\. {
font-size: 75%;
}
code.code span {
color: inherit !important;
}
/* 共通: JetBrains Mono があれば使用、無ければ標準のフォールバックを行う */
/* macOS: 英文 Menlo, 和文 ヒラギノ(Menlo を欠いた環境は実質ないので必ずこうなる) */
/* Windows: 英文 Cascadia Code -> Consolas -> Courier New, 和文 BIZ UDゴシック -> MSゴシック */
code, kbd, pre, samp {
font-family: "JetBrains Mono", Menlo, Monaco, "Cascadia Code", Consolas, "Courier New", "Hiragino Sans", "BIZ UDゴシック", monospace !important;
}