</table>
{% endexample %}
-You can also invert the colors—with light text on dark backgrounds—with `.table-inverse`.
+You can also invert the colors—with light text on dark backgrounds—with `.table-dark`.
{% example html %}
-<table class="table table-inverse">
+<table class="table table-dark">
<thead>
<tr>
<th>#</th>
## Table head options
-Similar to default and inverse tables, use one of two modifier classes to make `<thead>`s appear light or dark gray.
+Similar to tables and dark tables, use the modifier classes `.thead-light` or `.thead-dark` to make `<thead>`s appear light or dark gray.
{% example html %}
<table class="table">
- <thead class="thead-inverse">
+ <thead class="thead-dark">
<tr>
<th>#</th>
<th>First Name</th>
</table>
<table class="table">
- <thead class="thead-default">
+ <thead class="thead-light">
<tr>
<th>#</th>
<th>First Name</th>
{% endexample %}
{% example html %}
-<table class="table table-striped table-inverse">
+<table class="table table-striped table-dark">
<thead>
<tr>
<th>#</th>
{% endexample %}
{% example html %}
-<table class="table table-bordered table-inverse">
+<table class="table table-bordered table-dark">
<thead>
<tr>
<th>#</th>
{% endexample %}
{% example html %}
-<table class="table table-hover table-inverse">
+<table class="table table-hover table-dark">
<thead>
<tr>
<th>#</th>
{% endexample %}
{% example html %}
-<table class="table table-sm table-inverse">
+<table class="table table-sm table-dark">
<thead>
<tr>
<th>#</th>
</tr>
{% endhighlight %}
-Regular table background variants are not available with the inverse table, however, you may use [text or background utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/colors/) to achieve similar styles.
+Regular table background variants are not available with the dark table, however, you may use [text or background utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/colors/) to achieve similar styles.
<div class="bd-example">
- <table class="table table-inverse">
+ <table class="table table-dark">
<thead>
<tr>
<th>#</th>