From e553f636176b76ab6e9dcf7d606c94dff288a407 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 3 Apr 2018 18:57:30 -0400 Subject: replaced the yucky white with a nice dark theme --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 3915a90..d83393c 100644 --- a/style.scss +++ b/style.scss @@ -18,7 +18,7 @@ html { } body { - background: $white; + background-color: #3e443e; font: 18px/1.4 $helvetica; color: $darkGray; } -- cgit v1.2.3