blog/_sass/main.scss
2018-05-28 12:07:44 -05:00

37 lines
457 B
SCSS

@import "fonts.scss";
@import "simple-grid.scss";
@import "syntax.scss";
body {
background-color: #f0f0f0;
font-family: "Roboto", sans-serif;
font-weight: 300;
}
a {
text-decoration: none;
}
small {
font-weight: 200;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
}
*::selection {
background-color: #444444;
color: #f0f0f0;
}
pre,
code {
font-family: "RobotoMono", monospace;
font-weight: 300;
padding: 10px;
}