19 lines
No EOL
340 B
SCSS
19 lines
No EOL
340 B
SCSS
@import "fonts.scss";
|
|
@import "simple-grid.scss";
|
|
@import "syntax.scss";
|
|
body {
|
|
background-color: #f0f0f0;
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 300;
|
|
}
|
|
|
|
*::selection {
|
|
background-color: #444444;
|
|
color: #f0f0f0;
|
|
}
|
|
|
|
pre, code {
|
|
font-family: "RobotoMono", monospace;
|
|
font-weight: 300;
|
|
padding: 10px;
|
|
} |