7 lines
152 B
SCSS
7 lines
152 B
SCSS
|
.user {
|
||
|
@include themify() {
|
||
|
color: getThemifyVariable('primary-text-color');
|
||
|
background-color: getThemifyVariable('background-color');
|
||
|
}
|
||
|
}
|