diff --git a/style.scss b/style.scss index 3915a90..c7c13fb 100644 --- a/style.scss +++ b/style.scss @@ -18,9 +18,9 @@ html { } body { - background: $white; + background: $darkGray; font: 18px/1.4 $helvetica; - color: $darkGray; + color: $white; } .container {