From ca62008172297df318b2a4845a96bf4377b0a74f Mon Sep 17 00:00:00 2001 From: TILvids <69435791+TILvids@users.noreply.github.com> Date: Mon, 12 Jul 2021 11:53:22 -0400 Subject: [PATCH] Update style.scss Update colors --- style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {