mirror of
https://git.theinfopunk.com/punk/thewwwdotcom-blog.git
synced 2026-06-18 23:40:10 -04:00
10 lines
160 B
SCSS
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');
|
|
}
|
|
}
|