/* Active-page indicator: the link for the current page (or its section) stays
   the hover red. clr-swp links sit at --text-color and swap to --link-color on
   hover; the active link holds --link-color persistently to match. */
.nv a.nv-active {
    color: var(--link-color);
}
