How can I remove the white spacing between each column of my table header with css? I'd like the entire header to be one continuous background color.
HTML snippet:
<table class="asset-list">
<thead>
<tr>
<th>Hostname</th>
<th>IP Address</th>
<th>Manufacturer</th>
<th>Model</th>
<th>Category</th>
</tr>
</thead>
Here's a link to the project site I'm working on: