Closed cyberwombat closed 9 years ago
Thanks for the heads up. I'll implement a fix. Have you got a screenshot out of interest? I'm curious to see what Airmail falls back to.
Here you go - everywhere that you find "background: #hex" . Replacing all background
calls to background-color
does the trick. I am using the inlined template.
Made the change. Thanks for the heads up.
it seems that OSX Airmail has a bug that does not understand the declaration:
background: #FFF
and instead requires it to bebackground-color: #FFF
. I have filed a bug with them but you may want to update the templates to address that bug since the background call is only used for color.