Skip to content

Commit

Permalink
chore: dropped docs grayscale, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jun 23, 2020
1 parent 35c6a88 commit 4c80fe8
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,15 @@ article p img {
background: url("/img/github-brand.svg");
}


/* BLM */
.slidingNav::before {
content: "Black Lives Matter";
position: fixed;
left: 0;
width: 100vw;
top: 13px;
text-align: center;
pointer-events: none;
text-transform: uppercase;
font-weight: bold;
}

body {
filter: grayscale(100%);
content: "Black Lives Matter";
position: fixed;
left: 0;
width: 100vw;
top: 13px;
text-align: center;
pointer-events: none;
text-transform: uppercase;
font-weight: bold;
}

0 comments on commit 4c80fe8

Please sign in to comment.