File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
views/themes/admin/ui/mail Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1919 </head >
2020 {%- endblock template_head -%}
2121 {%- block template_body -%}
22- <body style =" padding: 0; background-color: #ffffff; color: #131c26;" >
22+ <body style =" padding: 0; background-color: #ffffff; color: #131c26;" class =" ibexa-email-body" >
23+ <style >
24+ @media (prefers-color-scheme: dark) {
25+ .ibexa-email-body {
26+ background-color : #131c26 !important ;
27+ }
28+
29+ .ibexa-email-content {
30+ color : #ffffff !important ;
31+ }
32+ }
33+ </style >
34+
2335 <table
2436 align =" center"
2537 border =" 0"
Original file line number Diff line number Diff line change 88
99 <tr >
1010 <td style =" {{ base_style ~ style | default (' ' ) }}" class =" ibexa-email-content" >
11- <style >
12- {# This is needed for iPhone Mail app #}
13- @media (prefers-color-scheme: dark) {
14- .ibexa-email-content {
15- color : #ffffff !important ;
16- }
17- }
18- </style >
1911 {{ content | raw }}
2012 </td >
2113 </tr >
You can’t perform that action at this time.
0 commit comments