Fix table of contents active link styling

This commit is contained in:
Michael Rose
2019-04-03 16:08:00 -04:00
parent 60b5bacca8
commit 29acb2a0bf
3 changed files with 4 additions and 2 deletions

View File

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