landing_page: Force white background colour.

A page can have either `white` (from `landing_page.css`) or `gray`
(from `portico.css`) background color depending on
webpack chunking order.  So, this fixes that bug.
This commit is contained in:
Aman Agrawal 2021-11-16 03:06:44 +00:00 committed by Tim Abbott
parent 76afb31196
commit 8a0c3aeadd

View File

@ -5,7 +5,7 @@ html {
body {
margin: 0;
background-color: hsl(0, 0%, 100%);
background-color: hsl(0, 0%, 100%) !important;
color: hsl(0, 0%, 27%);
line-height: normal;