2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1
View File
@@ -17,6 +17,7 @@
} }
&.active { &.active {
font-weight: 500;
color: darken($gray-dark, 25%); color: darken($gray-dark, 25%);
} }
} }