Skip to content

Commit

Permalink
site: remove BLM filter, but leave banner (sveltejs#4994)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry authored Jun 9, 2020
1 parent 787ece6 commit b32bccc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions site/src/routes/_layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@
.BLM a {
white-space: nowrap;
}
:global(header){
filter: grayscale(100%) /* BLM */
}
main {
position: relative;
margin: 0 auto;
Expand All @@ -127,8 +124,4 @@
padding-bottom: 75px; /* BLM */
}
}
main > :global(*) {
filter: grayscale(100%) /* BLM */
}
</style>

0 comments on commit b32bccc

Please sign in to comment.