site: remove BLM filter, but leave banner (#4994)

pull/7738/head
Conduitry 5 years ago committed by GitHub
parent ab561238a8
commit 6006564055

@ -101,9 +101,6 @@
.BLM a {
white-space: nowrap;
}
:global(header){
filter: grayscale(100%) /* BLM */
}
main {
position: relative;
margin: 0 auto;
@ -127,8 +124,4 @@
padding-bottom: 75px; /* BLM */
}
}
main > :global(*) {
filter: grayscale(100%) /* BLM */
}
</style>

Loading…
Cancel
Save