.table-wrapper {
  overflow: scroll;
  white-space: nowrap;
}

.article-content table pre {
  margin-left: 0;
  margin-right: 0;
  padding: 2rem;
  width: 100%;
}

.article-content :not(pre) > code {
  color: black;
  font-size: .8em;
}

[data-scheme=dark] .article-content :not(pre) > code {
  color: white;
}

.site-meta, .article-title, .article-content, .site-footer {
  font-family: "Lato", "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}
