This commit is contained in:
Michael Zhang 2018-05-28 12:29:53 -05:00
parent 133e035510
commit d27275fe87
No known key found for this signature in database
GPG Key ID: A1B65B603268116B
2 changed files with 4 additions and 1 deletions

1
_sass/colors.scss Normal file
View File

@ -0,0 +1 @@
$brand: #0066cc;

View File

@ -1,7 +1,9 @@
@import "colors.scss";
@import "fonts.scss";
@import "simple-grid.scss";
@import "syntax.scss";
body {
border-top: 10px solid $brand;
background-color: #f0f0f0;
font-family: "Roboto", sans-serif;
font-weight: 300;
@ -25,7 +27,7 @@ h6 {
}
*::selection {
background-color: #444444;
background-color: $brand;
color: #f0f0f0;
}