/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin: 0.2em;
}

.badge-category {
    background-color: #007bff; /* 任意の色に変更可能 */
}

.badge-tag {
    background-color: #cec; /* 任意の色に変更可能 */
}

.badge a {
    color: #fff;
    text-decoration: none;
}

