I’ve managed to do it with the following css.. I do wonder if there is a more efficient way?
.entry-title {
background: #212121;
border-color: #000000 !important;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background: #212121;
border-color: #000000 !important;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
border-color: #000000 !important;
background: #212121;
}
#bbpress-forums {background:#212121 !important;}
#bbpress-forums ul li{background:#212121 !important; border-color: #000000 !important;}