mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
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:
parent
76afb31196
commit
8a0c3aeadd
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user