Mix-blend-mode working when applied to one element but not another
问题 I am using mix-blend-mode on css-generated content to create a multiplied background effect. When I apply this generated element to an outer wrapper it has the intended effect: .standard-cover { background: blue; color: #fff; position: absolute; top: 0; left: 0; width: 100%; min-height: 100%; display: flex; } .standard-cover:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 20; content: ""; background: blue; mix-blend-mode: multiply; } .image-wrap { line-height: