Has Bootstrap table styling changed?

While following the video on recreating the Tesla website I have got to inserting the table. By default the text is not readable. The culprit would seem to be a bit of Bootstrap CSS

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
 }

which sets the color to a dark grey on a background which is black. I also noticed that the version of the website attached to the YouTube video has the same problem.

I believe there's a "dark" option on the current table settings. Have you tried it. The videos are years old, and may not reflect the current version of the software.