bootstrap ブートストラップテーブルのストライピング:ストライプの背景色を変更するにはどうすればよいですか?

花の湯 キャンペーン special/sp001.htmlで実装

https://code.i-harness.com/ja-jp/q/13dc47b

ブートストラップを読み込んだ後、次のCSSスタイルを追加します。

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: red; // Choose your own color here
 }