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:
parent
94fb26825f
commit
e96325d23d
|
@ -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