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; }