Hello @allan and @colin
Here is a test case https://jsfiddle.net/90715p3d/ using Bootstrap where the header color is black with white text is visible for the table thead, but when it is printed the thead is white with white text. Why is it not carrying forward the applied CSS
.dataTable thead tr th:nth-child(1) {
background-color: black;
color: white;
}