From 08e825b7c81856f63bd1e67d80e56e2334659003 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 11 Mar 2020 11:05:23 +0000 Subject: [PATCH] Remove redundant code --- css/global.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/css/global.css b/css/global.css index e5f5c7e..6ef66a8 100644 --- a/css/global.css +++ b/css/global.css @@ -116,15 +116,7 @@ html, body, .mdc-drawer-app-content { .parallax-section > div:last-child > div { background-color: rgba(50,50,50,0.75); 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; - } -} - /* splitter for between sections */ .splitter { height: 15px;