Skip to content

Commit

Permalink
ensure background color set to white in base css
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Jul 22, 2019
1 parent a48ae76 commit 388c748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 25,7 @@ html {

body {
font-family: Avenir, "Helvetica Neue", sans-serif;
background: #fff;
color: #333332;
margin: 0;
text-rendering: optimizeLegibility;
Expand Down
1 change: 1 addition & 0 deletions sass/base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 25,7 @@ html

body
font-family: Avenir, "Helvetica Neue", sans-serif
background: #fff
color: #333332
margin: 0
text-rendering: optimizeLegibility
Expand Down

0 comments on commit 388c748

Please sign in to comment.