Update style.scss
This commit is contained in:
parent
ca62008172
commit
4ac9ea226d
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ html {
|
|||
body {
|
||||
background: $darkGray;
|
||||
font: 18px/1.4 $helvetica;
|
||||
color: $white;
|
||||
color: $lightGrray;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
@ -32,7 +32,7 @@ body {
|
|||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: $helveticaNeue;
|
||||
color: $darkerGray;
|
||||
color: $lightGray;
|
||||
font-weight: bold;
|
||||
|
||||
line-height: 1.7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue