Background Color Change

If you wish to adjust the background color of the podcast feed from iTunes (as this adopts the card / list style color panel choice) you can apply the following code to your CSS panel and adjust the color value as necessary.

ion-view[state="music-album-view"] .list .item.item-custom {
background-color: #353535!important;
border-bottom: 1px solid #000000!important;
}