Skip to content

Convert color variables to 6 digit hex#2636

Merged
donjo merged 2 commits intomasterfrom
color-vars-update
Oct 31, 2018
Merged

Convert color variables to 6 digit hex#2636
donjo merged 2 commits intomasterfrom
color-vars-update

Conversation

@donjo
Copy link
Contributor

@donjo donjo commented Oct 30, 2018

There was an issue with our emails in IE11 where the white background was not being rendered. It turns out the issue was because IE11 can't render table colors when they are defined with a 3 digit hex code. So I changed $white = #fff to $white = #ffffff and it seems to work.

This updates the colors application-wide so we shouldn't experience this incompatibility here or anywhere else they may be referenced. I went ahead and updated the other 3 digit colors.

@donjo donjo merged commit aecbbec into master Oct 31, 2018
@donjo donjo deleted the color-vars-update branch October 31, 2018 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants