@media (prefers-color-scheme: dark) {
ul.breadcrumb {
    background-color: var(--dark-color);
}
}