refactor: Remove dead code

This commit is contained in:
Rene Hampölz 2023-05-30 10:39:01 +00:00
parent 9e7dc8b1e9
commit 0f11e81c23

View file

@ -1474,22 +1474,6 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
background-color: var(--color-background-dark);
}
/* TODO: darken mails only with NC dark theme (needs some more js) */
/*
* dark mails
*/
/* @media (prefers-color-scheme: dark) {
#rl-app .bodyText, .bodyText img {
filter: invert(95%) hue-rotate(180deg);
}
#rl-app .bodyText img {
border-radius: 4px;
}
} */
/* TODO: Improve settings layout and theming */
/*
* settings
*/