Define $active-color in terms of $primary-color

This commit is contained in:
Erik Demaine
2019-01-04 15:46:01 -05:00
parent 6990f8fcc9
commit 04e1614184
3 changed files with 3 additions and 3 deletions

View File

@@ -510,7 +510,7 @@
// Scrollspy marks toc items as .active when they are in focus
.active {
background: $active-color;
@include yiq-contrasted($active-color);
}
}