💄 style: don't fully invert images in dark theme

It washes out the contrast a bit, but a pure white background on a
picture, which matches the background of the light theme, will now
perfectly match the dark theme background.
main
welpo 2 years ago
parent 0bae0515ec
commit f443693cfe
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

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

Loading…
Cancel
Save