Skip to content

Commit

Permalink
fix(style): change html and body bg to white
Browse files Browse the repository at this point in the history
  • Loading branch information
biosan committed Jan 23, 2020
1 parent 21f38bd commit 261bb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
}

html {
background: #f8f8f8;
background: white;
}

body {
font-family: "Lato", Helvetica, Arial, sans-serif;
font-weight: 400;
background: #f8f8f8;
background: white;
margin: 50px 0 100px;
letter-spacing: .3px;
color: #39424B;
Expand Down

0 comments on commit 261bb76

Please sign in to comment.