mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Add email dark mode (#16104)
implement dark mode emails when `SiteSetting.dark_mode_emails_active` is active.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
name="viewport"
|
||||
content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width"
|
||||
/>
|
||||
%{dark_mode_meta_tags}
|
||||
<!-- prevent ios zooming + autoscaling -->
|
||||
<meta name="x-apple-disable-message-reformatting" />
|
||||
<title></title>
|
||||
@@ -45,5 +46,6 @@
|
||||
|
||||
|
||||
</div>
|
||||
%{dark_mode_styles}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user