diff --git a/src/style/base.css b/src/style/base.css index 93617e9..11a7253 100644 --- a/src/style/base.css +++ b/src/style/base.css @@ -7,6 +7,9 @@ html, body { font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 27px; + + /* To prevent the white flash */ + background: #000000; } #root {