body.dark table {
  background: #1e1e1e;
  color: #ffffff;
}

body.dark td {
  border-color: #444;
}

body.dark tr {
  background: transparent;
}

body.dark .w3-hover-black:hover {
  background-color: #333 !important;
  color: #fff !important;
}

body.dark tr:nth-child(even) {
  background: #1a1a1a;
}

body.dark tr:nth-child(odd) {
  background: #222;
}
