10 lines
151 B
SCSS

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