.gist table > tbody > tr:nth-child(odd) > td,
.gist table > tbody > tr:nth-child(odd) > th {
  background-color: rgb(255, 255, 255);
}

.gist table > tbody > tr:hover > td,
.gist table > tbody > tr:hover > th {
  background-color: rgb(255, 255, 255);
}
