Inverse Table
You can also invert the colors—with light text on dark backgrounds—with  .table-inverse.
| # | First | Last | Handle | 
|---|---|---|---|
| 1 | Mark | Otto | @mdo | 
| 2 | Jacob | Thornton | @fat | 
| 3 | Larry | the Bird | 
Striped with Inverse Table
Use .table-striped to add zebra-striping to any table row within the <tbody>.
| # | First | Last | Handle | 
|---|---|---|---|
| 1 | Mark | Otto | @mdo | 
| 2 | Jacob | Thornton | @fat | 
| 3 | Larry | the Bird | 
Bordered with Inverse Table
Add .table-bordered for borders on all sides of the table and cells.
| # | First | Last | Handle | 
|---|---|---|---|
| 1 | Mark | Otto | @mdo | 
| 2 | Jacob | Thornton | @fat | 
| 3 | Larry the Bird | ||
Contextual classes inverse
Regular table background variants are not available with the dark table, however, you may use text or background utilities to achieve similar styles.
| # | Heading | Heading | 
|---|---|---|
| 1 | Cell | Cell | 
| 2 | Cell | Cell | 
| 3 | Cell | Cell | 
| 4 | Cell | Cell | 
| 5 | Cell | Cell | 
| 6 | Cell | Cell | 
| 7 | Cell | Cell | 
| 8 | Cell | Cell | 
| 9 | Cell | Cell |