Import theme
This commit is contained in:
parent
51769fa6be
commit
c59ffbfeee
127 changed files with 13611 additions and 1 deletions
11
assets/scss/partials/layout/_body.scss
Normal file
11
assets/scss/partials/layout/_body.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@use 'modules/color_theme' as color;
|
||||
|
||||
.body {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
// work around to style body
|
||||
@include color.themed() {
|
||||
color: color.t('primary');
|
||||
background-color: color.t('accent');
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue