ピン止めされたカード上部の色を変更する
ピン止め
されたカード上部の色を変更する
UserCSS
code:style.css
.grid li.page-list-item a .header.pinned {
border-color: rgba(53, 59, 72, 0.6); /* Light Theme のヘッダーの rgba */
}