/*
  Skin Name: スキンテンプレート
  Description: スキン自作の際にひな型となるスキンです。スタイルは何も入っていません。
  Skin URI: https://wp-cocoon.com/
  Author: わいひら
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.2
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/


/* アピールコンテンツの色 */
.appeal-content {
 color:#fff;
background-color:rgba(0, 0, 0, 0.5);
}
/* 表の背景色解除 */
table tr:nth-of-type(2n + 1) {
  background-color: inherit;
}