Dark mode fix

This commit is contained in:
2019-11-08 16:38:29 -06:00
parent 579a0fbbc9
commit cecfc43878
2 changed files with 3 additions and 2 deletions

View File

@ -125,7 +125,8 @@ img {
.card,
.jumbotron,
.list-group-item {
.list-group-item,
ol.breadcrumb {
background: $dark-800;
}