日ごとノートなどのカードの背景色を変更するUserCSS
code:style.css
.grid li.page-list-item > a
href^="/rashitamemo/2025"
{
background-color:
#F0EDC0
!important;
}
.grid li.page-list-item > a
href^="/rashitamemo/%F0%9F%94%AC%"
{
background-color: aliceblue !important;
}