style.css.line:not(.cursor-line) .deco-\, {
font-size: 0px;
}
.line:not(.cursor-line) .deco-\,::before {
font-size: 13px;
content: '[ ]';
background-color: #fbebdd;
color: #f17c00;
}
app.css
のセレクターに合わせたstyle.css.dropdown-menu > li > a[href*="%E2%80%8B"] {
font-size: 12px;
line-height: 22px;
color: gray;
}
app.css
に合わせたstyle.css.related-page-list .grid li.page-list-item[data-page-title*=""] { display: none; }