.sidebar-title a {
  text-decoration: none;
}

.quarto-title-meta {
  display: none;
}

pre code {
  white-space: pre-wrap;
}

.sidebar-menu-container .sidebar-item:first-child .chapter-number,
.quarto-page-breadcrumbs .breadcrumb-item:first-child .chapter-number {
  display: none;
}

.quarto-dark h1,
.quarto-dark h2,
.quarto-dark h3,
.quarto-dark h4 {
  color: var(--nex-heading-color) !important;
}

.quarto-dark h1 code,
.quarto-dark h2 code,
.quarto-dark h3 code,
.quarto-dark h4 code {
  color: var(--nex-heading-color) !important;
}

.quarto-dark code {
  color: var(--nex-code-color) !important;
  background-color: var(--nex-code-bg);
}

.quarto-dark p,
.quarto-dark li,
.quarto-dark td {
  color: var(--nex-text);
}

/* Dark-mode table borders */
.quarto-dark table thead {
  border-top-color: var(--nex-text);
  border-bottom-color: var(--nex-text);
}
.quarto-dark table tbody {
  border-bottom-color: var(--nex-text);
}
.quarto-dark table tbody tr:nth-child(even) {
  background-color: rgba(255,255,255,0.03);
}
