Customize nav pill fix

This commit is contained in:
Kris 2019-03-06 19:42:44 -05:00
parent 7d2cc33013
commit e233a69db0
1 changed files with 6 additions and 1 deletions

View File

@ -410,7 +410,7 @@
li {
margin-right: 0;
display: flex;
&.spacer {
flex-grow: 1;
}
@ -428,6 +428,11 @@
margin-bottom: 0;
}
a.active {
background: $primary-medium;
color: $secondary;
}
a.blank:not(.active) {
color: $primary-medium;
}