>>22
//サイトカード内文字色指定
.th-cardlist {
color: #xxxxxx !important;
}
*.th-cardlist .title { でタイトルのみ、.th-cardlist .description { で本文のみ指定

//サイトカード内背景色指定
.card_loaded {
background-color: #xxxxxx !important;
}