/* Target only the right sidebar table of contents headers */
.md-sidebar--secondary .md-nav__link {
    color: var(--md-default-fg-color--light);
}

/* Make TOC section headers (h2 level) stand out with accent color */
.md-sidebar--secondary .md-nav__item--section > .md-nav__link {
    color: var(--md-accent-fg-color);
    font-weight: bold;
}

/* Active/current item in TOC */
.md-sidebar--secondary .md-nav__link--active {
    color: var(--md-accent-fg-color);
}