Increase font weight on navbar to improve readability

This commit is contained in:
2020-07-24 11:58:24 -04:00
parent ac3d6384b9
commit 85e5a3c393

View File

@@ -321,7 +321,7 @@ h1, h2, h3, h4, h5, h6 {
display: inline-block;
color: #fff;
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-weight: 500;
font-size: 14px;
outline: none;
}