Having updated BSS to version 6.5.1 I noticed that the background of a simple table became white instead of transparent and the font color changed to white.
<div>
<div class="table-responsive">
<table class="table" style="color: rgb(255,255,255);">
...
</table>
</div>
</div>
I know how to make each single table cell transparent – thats not the problem.
But I wonder if this behaviour is intended and caused by the new version of BSS.
Does anybody know?
Henry