UserCSS:ページ一覧で太字にしない
code:style.css
.grid li.page-list-item a .title {
font-weight: unset;
}
#UserCSS