color
This commit is contained in:
parent
133e035510
commit
d27275fe87
2 changed files with 4 additions and 1 deletions
1
_sass/colors.scss
Normal file
1
_sass/colors.scss
Normal file
|
@ -0,0 +1 @@
|
||||||
|
$brand: #0066cc;
|
|
@ -1,7 +1,9 @@
|
||||||
|
@import "colors.scss";
|
||||||
@import "fonts.scss";
|
@import "fonts.scss";
|
||||||
@import "simple-grid.scss";
|
@import "simple-grid.scss";
|
||||||
@import "syntax.scss";
|
@import "syntax.scss";
|
||||||
body {
|
body {
|
||||||
|
border-top: 10px solid $brand;
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
font-family: "Roboto", sans-serif;
|
font-family: "Roboto", sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
@ -25,7 +27,7 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
*::selection {
|
*::selection {
|
||||||
background-color: #444444;
|
background-color: $brand;
|
||||||
color: #f0f0f0;
|
color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue