wtf
This commit is contained in:
parent
8eb181029e
commit
d64e8f501e
1 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
@import "simple-grid.scss";
|
@import "simple-grid.scss";
|
||||||
@import "syntax.scss";
|
@import "syntax.scss";
|
||||||
body {
|
body {
|
||||||
background-color: #f0f0f0;
|
background-color: #f8f8f8;
|
||||||
font-family: "Roboto", sans-serif;
|
font-family: "Roboto", sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
@ -59,11 +59,13 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding-bottom: 25px;
|
padding-bottom: 32px;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
border-top: 10px solid $brand;
|
border-top: 10px solid $brand;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
|
background: #e8e8e8;
|
||||||
|
background: linear-gradient(#e8e8e8 0%, #f8f8f8 100%);
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down(sm) {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue