Skip to content

Commit

Permalink
fix(docs): fix bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 1, 2018
1 parent 07ea698 commit 8997117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DocLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const ArticleContainer = styled.div`
flex-grow: 1;
padding: 0 20px 50px;
overflow: hidden;
background-color: ${th('white')};
`

const SidebarContainer = styled.div`
Expand Down

0 comments on commit 8997117

Please sign in to comment.