Skip to content

Custom active styles

css
.active-toc-item {
  color: #4ade80;
  border-left: 2px solid currentColor;
  padding-left: 0.5rem;
}

.toc-item {
  border-left: 2px solid transparent;
}

Released under the MIT License.