2024-01-09 16:13:20 +01:00
|
|
|
body {
|
2024-01-14 20:12:27 +01:00
|
|
|
background: $color__background-body; // Fallback for when there is no custom background color defined.
|
|
|
|
background-image: url(./assets/img/background-colors-02.jpg);
|
2024-01-14 17:12:37 +01:00
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
2024-01-09 16:13:20 +01:00
|
|
|
}
|