xarxaprod-wp-theme/sass/base/elements/_body.scss

9 lines
275 B
SCSS

body {
background: $color__background-body; // Fallback for when there is no custom background color defined.
background-image: url(./assets/img/background-colors-02.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}