inspektor/app/styles/app.scss

13 lines
191 B
SCSS

@import "bourbon";
@import "colors";
@import "layout";
body {
background-color: white;
font-size: 16px;
font-family: Open Sans, sans-serif;
color: #222;
margin: 0;
padding: 0;
}