1
0
Fork 0

remove blending for emojis in reduced-transparency

This commit is contained in:
Rhiannon Morris 2020-07-06 15:27:54 +02:00
parent 5cb2aeecfc
commit af45addbba
1 changed files with 6 additions and 0 deletions

View File

@ -247,4 +247,10 @@ footer a {
background: var(--gradient) fixed;
background-blend-mode: initial;
}
.cake::before, .cake::after,
header rt::before, header rt::after,
section h2::before, section h2::after {
mix-blend-mode: initial;
}
}