Fix background style

This commit is contained in:
Basti 2018-10-31 23:10:39 +01:00
parent c7697ad5f4
commit 1b3bac997d

View File

@ -10,6 +10,7 @@ body {
body.about-body {
background-color: transparent;
background-image: url('../images/background-kosmos.jpg');
background-size: cover;
background-attachment: fixed;
}
@ -20,4 +21,6 @@ body.about-body {
.ui {
background-color: darken($ui-base-color, 7%);
background-image: url('../images/background-kosmos.jpg');
background-size: cover;
background-attachment: fixed;
}