Not able to make the table head dark to work. I am able to get the contextual classes to work for the rows.
<table class="table">
<thead class="thead-dark">
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
td>@mdo</td>
</tr>
</tbody>
</table>