Remove redundant code

This commit is contained in:
2020-03-11 11:05:23 +00:00
parent 041b012566
commit 08e825b7c8

View File

@@ -116,15 +116,7 @@ html, body, .mdc-drawer-app-content {
.parallax-section > div:last-child > div { .parallax-section > div:last-child > div {
background-color: rgba(50,50,50,0.75); background-color: rgba(50,50,50,0.75);
background-blend-mode: multiply; 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 for between sections */
.splitter { .splitter {
height: 15px; height: 15px;