settings
ピンを1行でまとめる
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}
ピンの形状を変える
code:style.css
/* ピンしたページのスタイル */
.grid li.page-list-item a .pin { background-color: transparent; background-image: none }
.grid li.page-list-item a .pin::after {
content: '_'; font-family: 'Yu-Gothic'; font-size: 10px; color: #000000; bottom: 0; display: inline-block;}
行頭のドットを加工
code:style.css
.line .indent-mark .dot {
top: 10px;
width: 4px;
height: 1px;
}
タグをラベル風にする
code:style.css
/* #で始まるタグをラベル風にする */
display: inline-block;
padding: 2px 8px;
margin: 0 8px 10px 0;
font-size: 0.8em;
border-radius: 3px;
/* transition: .3s; */
-webkit-transform: scale(1);
transform: scale(1);
}
}
リストからsettingsを消す
code:style.css
display: none;
}
--
https://gyazo.com/38f843e5e1671cf65541adb3ce19101c