Add secondary color to .sidebar-nav-subheader (#2110)

Add --theme-secondary-color to .sidebar-nav-subheader
This commit is contained in:
Andrew Bone 2019-03-19 12:34:51 +00:00 committed by Ben Halpern
parent 825128edc4
commit 2a20eedea3

View file

@ -919,6 +919,7 @@
background: var(--theme-background, darken($light-gray, 4%));
a {
color: $black;
color: var(--theme-secondary-color, $black);
}
}
.sidebar-nav-default-tags {