p5.js-web-editor/client/styles/layout/_user.scss

7 lines
152 B
SCSS
Raw Normal View History

2019-05-22 13:37:56 +00:00
.user {
@include themify() {
color: getThemifyVariable('primary-text-color');
background-color: getThemifyVariable('background-color');
}
}