From ca16f80fba4bf2889195c19d1c4972b2b5ea1ff1 Mon Sep 17 00:00:00 2001 From: TILvids <69435791+TILvids@users.noreply.github.com> Date: Mon, 12 Jul 2021 12:06:56 -0400 Subject: [PATCH] Update style.scss --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 00638ee..9439e82 100644 --- a/style.scss +++ b/style.scss @@ -18,7 +18,7 @@ html { } body { - background: $darkGray; + background: $spacecadet; font: 18px/1.4 $helvetica; color: $lightGrray; }