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