snowfire / Beautymail

Send beautiful HTML emails with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How could I change background color of email?

AngelNav opened this issue · comments

I've tried

'css' => [ 'table #background-table { background: #26626B !important }' ],

and

'css' => [ '#background-table { background-color: #26626B !important }' ],

but it stills not working