body {
  background-color: #212121;
  color: #58bb2b;
}
body .site-title,
body .site-title:visited {
  color: #7ea464;
}
body table {
  color: #fff;
}
body table th {
  background-color: #294f51;
}
body table tr:nth-child(even) {
  background-color: #5D4037;
}
body table.markdown-body tr {
  background-color: #d8d8e6;
}
body table.markdown-body tr:nth-child(2n) {
  background-color: #c7cacc;
}

a {
  color: #a67341;
}
a:hover {
  color: #718456;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */