mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 14:56:33 +03:00
allow generated html being rendered in dark mode
`<meta name="color-scheme" content="light dark" />` is a hint to the browsers that the page can be rendered in light as well as in dark mode and that the browser can apply corresponding defaults. as we do not add css colors on our own, this is sufficient for letting generated html messasge being rendered in dark mode. cmp. https://drafts.csswg.org/css-color-adjust/#color-scheme-prop closes #4146
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
### Changes
|
||||
- Drop unused SQL columns #4141
|
||||
- "full message view" not needed because of footers that go to contact status #4151
|
||||
- Pick up system's light/dark mode in generated message HTML #4150
|
||||
|
||||
|
||||
## 1.111.0
|
||||
|
||||
Reference in New Issue
Block a user