mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
refactor: Remove dead code
This commit is contained in:
parent
9e7dc8b1e9
commit
0f11e81c23
1 changed files with 0 additions and 16 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue