settings
via /syunichisuge/settings
全体のstyle
code:style.css
body {
font-family: '游ゴシック','Yu Gothic',san-serif;
}
行頭のドットを加工 / via /masui/settings
code:style.css
.line .indent-mark .dot {
top: 11px;
width: 6px;
height: 3px;
background-color: #c9c9c9;
}
リストからsettingsを消す
code:style.css
.grid li.page-list-item > ahref^="/takoba/settings" {
display: none;
}
#CSS #Cosense