Is there a way to utilize the default color scheme in twitter-bootstrap-3? I attempted using "Active" and "Success" for colors rather than background-color
, but it did not work with this code snippet.
<table class="table table-bordered background-color: white">
<thead>
<tr>
<th>example table</th>
</tr>
</thead>
</table>