mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
Fix background tint on IE
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||
.parallax-section > div:last-child > div {
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user