While working on a Bootstrap-based project, I came across a strange issue where some of the styling was being overridden by the user agent stylesheet (in Chrome and Firefox). I found this related issue, which was solved by including the <!DOCTYPE html>
tag I had initially omitted. But now I can't get the .table-inverse
, .thead-inverse
, or .thead-default
classes to shade my table headers. As far as I understand, I have all the necessary rows, containers, etc in place.
Why isn't the shading working?