/*
 * Astro側の表示補正。
 * 旧テーマの余白・色・文字サイズは維持し、ドッグタグの三角形と穴だけを
 * 外して、単純な角丸ボタンとして表示する。
 */
#post_tags a {
  margin: 2px 4px 4px 10px;
  border-radius: 5px;
}

#post_tags a::before,
#post_tags a::after {
  display: none;
}

/*
 * 共通テーマ画像のローカルWebP比較結果。
 * 元の style.css は同期元をそのまま保ち、この後置ルールだけで採用済みの
 * WebP を選ぶ。カテゴリ画像は lossless WebP、ヘッダー装飾は quality 85。
 */
.cat_games { background-image: url(img/cat_games.webp); }
.cat_mobile-games { background-image: url(img/cat_app_games.webp); }
.cat_nintendo_switch, .cat_NSw { background-image: url(img/cat_nintendo_switch.webp); }
.cat_xbox360, .cat_Xbox360 { background-image: url(img/cat_xbox360.webp); }
.cat_wii, .cat_Wii { background-image: url(img/cat_wii.webp); }
.cat_pc-game, .cat_PcGame { background-image: url(img/cat_pc-game.webp); }
.cat_hobby { background-image: url(img/cat_hobby.webp); }
.cat_toys { background-image: url(img/cat_toys.webp); }
.cat_gunpla, .cat_Gunpla { background-image: url(img/cat_gunpla.webp); }
.cat_scale_model { background-image: url(img/cat_scale_model.webp); }
.cat_pc { background-image: url(img/cat_pc.webp); }
.cat_website { background-image: url(img/cat_network.webp); }
.cat_diary { background-image: url(img/cat_diary.webp); }
.cat_electronics { background-image: url(img/cat_electronics.webp); }
.cat_sanwa { background-image: url(img/cat_sanwa.webp); }
.cat_Blu-ray { background-image: url(img/cat_blu-ray.webp); }
