From 39b1175850a426744177330c844b2cebdde38c96 Mon Sep 17 00:00:00 2001 From: mrdrogdrog Date: Tue, 2 Jun 2020 11:22:49 +0200 Subject: [PATCH] Improvement/different background color (#118) * Set new background color for body --- public/index.html | 2 +- src/style/index.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index d4d3b7f48..65e630d99 100644 --- a/public/index.html +++ b/public/index.html @@ -15,7 +15,7 @@ - +
diff --git a/src/style/index.scss b/src/style/index.scss index 6cfc076cd..6b984788d 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -5,9 +5,10 @@ html { height: 100%; } + body { min-height: 100%; - //text-shadow: 0 1px 3px rgba(0, 0, 0, .5); + background-color: darken($dark, 8%); font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }