settings
code:style.css
code:style.css
padding: 4px 6px;
border-radius: 4px;
font-size: 14px;
}
行頭のドットを薄く
code:style.css
.line .indent-mark .dot {
top: 11px;
width: 6px;
height: 3px;
}
リンク
code:style.css
.line a.link, .line a.page-link:not(.empty-page-link) {
text-decoration: none;
}
.line a:hover {
text-decoration: underline;
}
code:style.css
/* 外部リンクにiconをつける */
.line span:not(.modal-image):not(.pointing-device-map) > a.link:not(.icon)::after {
font-family: 'Font Awesome 5 Free';
content: ' \f35d';
font-weight: 900;
display: inline-block;
}
code:style.css
.line .image {
box-shadow: 2px 2px 12px -6px #000; }
code:style.css
.deco-\! {
padding: 0.1em 0.2em 0.1em 0.2em;
}
/icons/hr.icon
いいかもと思ったけどやっぱやめたやつ
連続性のないコード片として書いていたつもりなのに、行番号がカウントアップされてるから同一ファイル内で連続しているコードのように見えちゃう問題があった
https://gyazo.com/935ee524c4deb986a24957f17787dee9