/* Preserve the original muted navigation color without raising the
   specificity of every dark-theme link on the site. */
body.dark .sidenav-trigger[data-target="left-sidebar"],
body.dark #left-sidebar a,
body.dark .crumbs,
body.dark .crumbs a,
body.dark .crumbs span {
    color: #6e6e6e;
}

body.dark .crumbs li:last-child > span {
    color: #fff;
}
