Merge pull request #28 from welpo/style/smooth-img-invert

💄 style: don't fully invert images in dark theme
main
Óscar 2 years ago committed by GitHub
commit 7cc887d654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@
--accent-color: #ff9a8c; --accent-color: #ff9a8c;
.invertable-image { .invertable-image {
filter: invert(1); filter: invert(.88);
} }
} }

Loading…
Cancel
Save