Merge pull request #829 from IanDelMar/patch-5
Fix inconsistent font weight - thx @IanDelMar !
This commit is contained in:
commit
e7d696a84e
|
@ -121,3 +121,5 @@ a.skip-link {
|
||||||
color: $navbar-dark-active-color;
|
color: $navbar-dark-active-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar h1 { font-weight: $font-weight-normal; }
|
||||||
|
|
Reference in New Issue