Fix background style
This commit is contained in:
parent
c7697ad5f4
commit
1b3bac997d
@ -10,6 +10,7 @@ body {
|
|||||||
body.about-body {
|
body.about-body {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: url('../images/background-kosmos.jpg');
|
background-image: url('../images/background-kosmos.jpg');
|
||||||
|
background-size: cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -20,4 +21,6 @@ body.about-body {
|
|||||||
.ui {
|
.ui {
|
||||||
background-color: darken($ui-base-color, 7%);
|
background-color: darken($ui-base-color, 7%);
|
||||||
background-image: url('../images/background-kosmos.jpg');
|
background-image: url('../images/background-kosmos.jpg');
|
||||||
|
background-size: cover;
|
||||||
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user