11 lines
175 B
SCSS

@import 'playbar.scss';
@import 'theme.scss';
body {
font-family: sans-serif;
background-color: $background-color;
color: $text-controls-color;
margin: 0;
padding: 0;
}