settings
-
ちまちまやっていく
装飾系を消す
code:style.css
/*最初*/
.grid li.page-list-item a {box-shadow:none}
/*中身*/
.page {box-shadow:none}
/*.pin {display:none}*/
見た目を変える
code:style.css
/*最初*/
body {--card-title-bg:none}
.page-list-item.pin + .page-list-item:not(.pin) {
grid-column-start: 1;
}
.grid li.page-list-item a {
border-radius:0px;
}
/*中身*/
.page {border-radius:0px}
.line .indent-mark .dot{
top:13px;
width:2px;
height:2px;
}