workaround the monumental stupidity of the css filter specification

pull/4958/head
Richard Harris 4 years ago
parent 0221f52e2b
commit 80eb8ee1b5

@ -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