Files
thewwwdotcom-blog/themes/anatole/assets/scss/partials/layout/_body.scss
2024-10-17 11:07:52 +02:00

10 lines
160 B
SCSS

.body {
width: 100%;
margin: 0 auto;
// work around to style body
@include themed() {
color: t('primary');
background-color: t('accent');
}
}