diff --git a/style.scss b/style.scss index c7c13fb..00638ee 100644 --- a/style.scss +++ b/style.scss @@ -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;