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

9 lines
277 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.
2024-01-10 17:26:45 +01:00
background-image: url('./assets/img/background-colors-02.jpg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
2024-01-09 16:13:20 +01:00
}