settings
こちらは特に情報は無く、このプロジェクトのlook & feelを調整するためのCSSを定義する場所です。
背景をグリッドにしています
https://gyazo.com/46b51dffd8b3b0bd96042c52a069e212
code:style.css
body {
/* background-color: #fffaf0 !important; */
background: url(https://gyazo.com/46b51dffd8b3b0bd96042c52a069e212/thumb/1000);
}
.line .quote {
font-style: normal;
background: #ffffff;
}
/* チェックボックスになるタグ v2 Font Awesome版 */
.line:not(.cursor-line) ahref='./o':not(.icon) span,
.line:not(.cursor-line) ahref='./v':not(.icon) span {
display: inline-block; width: 0; text-indent: -9999px }
.line:not(.cursor-line) ahref='./o':not(.icon)::after,
.line:not(.cursor-line) ahref='./v':not(.icon)::after {
display: inline-block; min-width: 1.15em; padding-left: 1px;
font-family: FontAwesome; font-size: 120%; text-align: center; vertical-align: middle }
.line:not(.cursor-line) ahref='./o':not(.icon)::after { content: '\f096'; color: #08BDBD }
.line:not(.cursor-line) ahref='./v':not(.icon)::after { content: '\f046'; color: #2489C5 }
code:import.css
@import "https://scrapbox.io/api/code/scrasobox/チェックボックスになるタグ_2/style.css";