forked from deepStateMirrors/tabi
💄 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:
parent
0bae0515ec
commit
f443693cfe
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
--accent-color: #ff9a8c;
|
||||
|
||||
.invertable-image {
|
||||
filter: invert(1);
|
||||
filter: invert(.88);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue