assets/scss/partials/layout/_body.scss
@@ -2,12 +2,8 @@ width: 100%; margin: 0 auto; // work around to style body &.theme--dark { color: $primary--darkmode; background-color: $accent--darkmode; } &.theme--light { color: $primary--lightmode; background-color: $accent--lightmode; @include themed() { color: t('primary'); background-color: t('accent'); } }