workaround the monumental stupidity of the css filter specification

pull/7738/head
Richard Harris 5 years ago
parent f196562a95
commit 832395ff2f

@ -110,6 +110,9 @@
/* padding: var(--nav-h) var(--side-nav) 0 var(--side-nav); */
padding: var(--nav-h) 0 0 0;
overflow-x: hidden;
}
main > :global(*) {
filter: grayscale(100%) /* BLM */
}
</style>

Loading…
Cancel
Save