p5.js-web-editor/client/styles/layout/_user.scss
2019-06-11 16:24:26 -04:00

6 lines
152 B
SCSS

.user {
@include themify() {
color: getThemifyVariable('primary-text-color');
background-color: getThemifyVariable('background-color');
}
}