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

9 lines
275 B
SCSS
Raw Normal View History

2024-01-09 16:13:20 +01:00
body {
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
}