I am having two issues similar to the question previously posed on table colors with Blueprint CSS (alternating rows):
I was able to override the zebra colors by changing both the th, td, caption to the same color as the tbody tr:nth child(even). However, when I do that, I lose the "highlighted" color change when you roll the cursor over the table results.
I cannot change the table header color/fonts. I have added color and background to the table, th, thead th and nothing changes. Am I missing something?