Make email branding logo backgrounds higher contrast

So you can see both white and black foreground on transparent backgrounds.
This commit is contained in:
Chris Hill-Scott
2018-03-20 13:30:44 +00:00
parent 91adca10b5
commit ca26db14d4

View File

@@ -234,10 +234,10 @@ details .arrow {
.branding-radio {
img {
background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 0), $white;
background: linear-gradient(45deg, $black 25%, transparent 25%, transparent 75%, $black 75%, $black 0), linear-gradient(45deg, $black 25%, transparent 25%, transparent 75%, $black 75%, $black 0), $white;
background-repeat: repeat, repeat;
background-position: 0px 0, 5px 5px;
background-size: 10px 10px, 10px 10px;
background-size: 2px 2px, 2px 2px;
}
}