💄 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.
This commit is contained in:
welpo 2023-02-11 01:00:47 +01:00
parent 0bae0515ec
commit f443693cfe
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

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