Enforce correct background color even if e-mail body attempts to set a different color
This commit is contained in:
parent
d0d12a1ccb
commit
16bfe42299
|
@ -3,7 +3,7 @@ html, body
|
|||
padding: 0px;
|
||||
margin: 0px;
|
||||
font-family: sans-serif;
|
||||
background-color: #F7F7F7;
|
||||
background-color: #F7F7F7 !important;
|
||||
}
|
||||
|
||||
h1
|
||||
|
|
Loading…
Reference in a new issue