Skip to content

Commit

Permalink
Implement dark-mode logo-variant
Browse files Browse the repository at this point in the history
  • Loading branch information
septatrix authored and sharkdp committed Sep 7, 2020
1 parent 2ae3bc8 commit 316ebff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,13 @@ p.desc {
#terminal {
box-shadow: 0px 3px 8px #121212;
}

#insect-logo {
color: black;
filter: drop-shadow(0 0 10px #ECF0F1);
}

#insect-logo > path {
display: none;
}
}

0 comments on commit 316ebff

Please sign in to comment.