Make active navbar link weight 500 again

This commit is contained in:
Mark Otto 2016-03-21 22:56:26 -07:00
parent ecb84d2006
commit 00e20c7aec

View File

@ -17,6 +17,7 @@
}
&.active {
font-weight: 500;
color: darken($gray-dark, 25%);
}
}