Fix background css (partly).

This commit is contained in:
Roger Braun 2016-11-05 11:01:17 +01:00
parent 82d023609b
commit 2917f4ab44
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ $main-color: #f58d2c;
$main-background: white;
$darkened-background: whitesmoke;
body {
#app {
background-color: $main-color;
background-size: cover;
background-attachment: fixed;