Update style.scss

This commit is contained in:
TILvids 2021-07-12 12:05:04 -04:00 committed by GitHub
parent ca62008172
commit 4ac9ea226d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ html {
body {
background: $darkGray;
font: 18px/1.4 $helvetica;
color: $white;
color: $lightGrray;
}
.container {
@ -32,7 +32,7 @@ body {
h1, h2, h3, h4, h5, h6 {
font-family: $helveticaNeue;
color: $darkerGray;
color: $lightGray;
font-weight: bold;
line-height: 1.7;