Fix inconsistent font-weight

If the front page is the main blog page the site title is wrapped in an h1 tag with font-weight equal to 500. On every other page the site title is wrapped in an a tag with font-weight equal to 400.
This commit is contained in:
IanDelMar 2018-10-15 21:05:03 +02:00 committed by GitHub
parent 94fb26825f
commit e96325d23d
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; color: $navbar-dark-active-color;
} }
} }
.navbar h1 { font-weight: $font-weight-normal; }