.post-content pre,
.post-content pre code {
  border-radius: var(--radius);
  hyphens: none;
  /* background: var(--code-bg) !important; */
}
.post-content pre code > table {
  display: table;
  margin: 10px auto;
  border-radius: var(--radius);
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.post-content pre code > table td {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
}
.post-content pre code > table td:first-child {
  white-space: pre;
  user-select: none;
  margin: 0;
  padding: 0 1em 0 0;
  color: #7f7f7f;
  text-align: right;
  display: table-cell;
  max-width: 4em;
  min-width: 2.5em;
  width: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-content pre code > table td:nth-child(2) {
  width: 100%;
}

details[open] {
  background-color: var(--entry);
  border-color: var(--entry);
  padding: 5px;
}

.paginav {
  text-align: left;
}
