Skip to content

CSS classes and IDs

See Styling contract for the full table.

Quick overrides:

css
#toc-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.toc-link:hover {
  text-decoration: underline;
}

.active-toc-item {
  color: var(--brand, #38bdf8);
}

Released under the MIT License.