From b0ad2391f7f4e303e84a27333af8a8f2e3011dee Mon Sep 17 00:00:00 2001 From: TILvids <69435791+TILvids@users.noreply.github.com> Date: Mon, 12 Jul 2021 12:09:13 -0400 Subject: [PATCH] Update style.scss --- style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.scss b/style.scss index 9439e82..e26207f 100644 --- a/style.scss +++ b/style.scss @@ -18,9 +18,9 @@ html { } body { - background: $spacecadet; + background: $darkGray; font: 18px/1.4 $helvetica; - color: $lightGrray; + color: $lightGray; } .container {