Skip to content

Commit

Permalink
Merge pull request #28 from welpo/style/smooth-img-invert
Browse files Browse the repository at this point in the history
💄 style: don't fully invert images in dark theme
  • Loading branch information
welpo authored Feb 11, 2023
2 parents 0bae051 + f443693 commit 7cc887d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
--accent-color: #ff9a8c;

.invertable-image {
filter: invert(1);
filter: invert(.88);
}
}

Expand Down

0 comments on commit 7cc887d

Please sign in to comment.