Dark mode fix

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

View File

@ -1,4 +1,4 @@
<nav aria-label="breadcrumb">
<nav id="breadcrumb" aria-label="breadcrumb">
{% assign crumbs = page.url | remove:'/index.html' | split: '/' %}
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">
<li class="breadcrumb-item">

View File

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