Skip to content

Commit 80eb8ee

Browse files
committed
workaround the monumental stupidity of the css filter specification
1 parent 0221f52 commit 80eb8ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/src/routes/_layout.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
/* padding: var(--nav-h) var(--side-nav) 0 var(--side-nav); */
111111
padding: var(--nav-h) 0 0 0;
112112
overflow-x: hidden;
113+
}
114+
115+
main > :global(*) {
113116
filter: grayscale(100%) /* BLM */
114117
}
115118
</style>

0 commit comments

Comments
 (0)