カードのボーダーを消すUserCSS
#UserCSS
参考
/noratetsu/ CSS Grid
code:style.css
.grid li.page-list-item a .header {
border-top: none; /* カード上部のラインを非表示 */
}