]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make active navbar link weight 500 again
authorMark Otto <markdotto@gmail.com>
Tue, 22 Mar 2016 05:56:26 +0000 (22:56 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 22 Mar 2016 05:56:26 +0000 (22:56 -0700)
docs/assets/scss/_nav.scss

index 74610733bd916eec5907a8bf4f11e272a94f3336..73ddea7588737ed040416b727aa7a515c1366949 100644 (file)
@@ -17,6 +17,7 @@
       }
 
       &.active {
+        font-weight: 500;
         color: darken($gray-dark, 25%);
       }
     }