mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 14:58:19 +08:00
fix: Disable mail invert filter
This commit is contained in:
parent
a93db065d6
commit
a9d077a299
1 changed files with 2 additions and 2 deletions
|
@ -1305,7 +1305,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
* dark mails
|
* dark mails
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
/* @media (prefers-color-scheme: dark) {
|
||||||
#rl-app .bodyText, .bodyText img {
|
#rl-app .bodyText, .bodyText img {
|
||||||
filter: invert(95%) hue-rotate(180deg);
|
filter: invert(95%) hue-rotate(180deg);
|
||||||
}
|
}
|
||||||
|
@ -1313,7 +1313,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
#rl-app .bodyText img {
|
#rl-app .bodyText img {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* TODO: Improve settings layout and theming */
|
/* TODO: Improve settings layout and theming */
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue