1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02:00

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 { &.active {
font-weight: 500;
color: darken($gray-dark, 25%); color: darken($gray-dark, 25%);
} }
} }