aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-03 18:57:30 -0400
committerAlee <alee14498@gmail.com>2018-04-03 18:57:30 -0400
commite553f636176b76ab6e9dcf7d606c94dff288a407 (patch)
tree532dbd4fa5dc25ff86c130c3129d35e3a3984413
parentb0b233534a4faa97b99047c55967d3c159af6aa9 (diff)
downloadacn-blog-e553f636176b76ab6e9dcf7d606c94dff288a407.tar.gz
acn-blog-e553f636176b76ab6e9dcf7d606c94dff288a407.tar.bz2
acn-blog-e553f636176b76ab6e9dcf7d606c94dff288a407.zip
replaced the yucky white with a nice dark theme
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
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;
}