Skip to content

Commit

Permalink
Insane hack for colorized icons
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Aug 27, 2020
1 parent b937fc4 commit 64fa263
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ a.icon:before {
margin-right: 0.3em;
background-repeat: no-repeat;
background-size: 0.9em 0.9em;
background-position-y: 2px;
filter: invert(17%) sepia(66%) saturate(4981%) hue-rotate(355deg)
brightness(77%) contrast(85%);
}

a.discussion:before {
Expand Down

0 comments on commit 64fa263

Please sign in to comment.