settings
code:style.css
/* ロゴ非表示 */
.brand-icon {
display: none;
}
code:style.css
/* 背景に画像を配置する */
body {
background-color: white;
}
code:style.css
/* リストからsettingsを消す */
display: none;
}
code:style.css
/* 中黒がハイフンに見えるように */
.line .indent-mark .dot {
top: 13px;
width: 5px;
height: 1px;
}
code:style.css
/* 画像をクリックしたときにurlを見えないようにする */
.full-content-modal .modal-dialog .modal-content .modal-body a.link .text {
display: none;
}
code:style.css
/* 外部リンクにiconをつける */
.line span:not(.modal-image) > a.link:not(.icon)::before {
font-family: 'Font Awesome 5 Free';
content: ' \f124';
font-weight: 600;
display: inline-block;
padding: 0 0.5em 0 0;
}
code:style.css
.line .quote {
display: inline-block;
border-left: solid 4px rgba(0,0,0,0.05);
padding-right: 1em;
font-size: 0.9em;
}
code:style.css
/* テロメアを見えなくする */
.telomere {
display: none;
}
code:style.css
.grid li.page-list-item a .header {
border-top: none;
}
code:style.css
body,
.editor
{
font-family: 'Noto Sans JP', sans-serif !important;
font-size: 12px;
}