Fix background tint on IE

This commit is contained in:
2020-03-11 10:33:10 +00:00
parent b3ab2e8d3a
commit 041b012566

View File

@@ -118,7 +118,9 @@ html, body, .mdc-drawer-app-content {
background-blend-mode: multiply;
/* IE support */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.parallax-section > div:last-child > div {
opacity: 0.8;
}
}