mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-07 06:50:56 -04:00
Make email branding logo backgrounds higher contrast
So you can see both white and black foreground on transparent backgrounds.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user