/* タグの黒い背景（li要素）を透明にする */
.theme-blog-category-column .theme-blog-category-container .theme-blog-tag-list ul li,
li.theme-blog-category-tag-list {
    background: transparent !important;
    background-color: transparent !important;
}

/* タグの文字色をリンクとして見やすくする（ネイビー） */
.theme-blog-category-column .theme-blog-category-container .theme-blog-tag-list ul li a,
li.theme-blog-category-tag-list a {
    color: #1A365D !important;
}

