mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
Merge pull request #28 from welpo/style/smooth-img-invert
💄 style: don't fully invert images in dark theme
This commit is contained in:
commit
7cc887d654
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
--accent-color: #ff9a8c;
|
--accent-color: #ff9a8c;
|
||||||
|
|
||||||
.invertable-image {
|
.invertable-image {
|
||||||
filter: invert(1);
|
filter: invert(.88);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue