mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FEATURE: Enables support for dark mode emails (#16520)
This PR enables custom email dark mode styles by default that were added here.
There is currently poor support for dark mode queries in mail clients. The main beneficiary of these changes will be Apple Mail and Outlook.
Enjoy the darkness 🕶️
This commit is contained in:
parent
196b791365
commit
692e0140e2
5 changed files with 4 additions and 11 deletions
|
@ -238,7 +238,7 @@ module Email
|
|||
|
||||
onebox_styles
|
||||
plugin_styles
|
||||
dark_mode_styles if SiteSetting.dark_mode_emails_active
|
||||
dark_mode_styles
|
||||
|
||||
style('.post-excerpt img', "max-width: 50%; max-height: #{MAX_IMAGE_DIMENSION}px;")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue