background: set background-attachment to fixed

This commit is contained in:
rabuzarus 2016-05-11 19:20:57 +02:00
parent ef1f68ea09
commit 27db338587
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ body {
background-color: $bgcolor;
background-image: url("$background_image");
background-size: $background_size_img;
background-attachment: fixed;
color: #777;
/*color: #555;*/
font-family: 'Open Sans',sans-serif;