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