Increase font weight on navbar to improve readability

This commit is contained in:
Ethan Paul 2020-07-24 11:58:24 -04:00
부모 ac3d6384b9
커밋 85e5a3c393
No known key found for this signature in database
GPG 키 ID: D0E2CBF1245E92BF
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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;
}