Skip to content

Commit

Permalink
fix: remove color transparent on body (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot authored and pedronauck committed Jun 26, 2018
1 parent d126b7b commit a1942ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/docz-theme-default/src/styles/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ injectGlobal`
overflow: hidden;
}
body {
color: transparent;
}
html, body, #root {
height: 100vh;
min-height: 100vh;
Expand Down

0 comments on commit a1942ef

Please sign in to comment.