Merge pull request #829 from IanDelMar/patch-5

Fix inconsistent font weight - thx @IanDelMar !
This commit is contained in:
Holger 2018-10-18 10:23:56 +02:00 committed by GitHub
commit e7d696a84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -121,3 +121,5 @@ a.skip-link {
color: $navbar-dark-active-color;
}
}
.navbar h1 { font-weight: $font-weight-normal; }