DEV: Fix greyed text for dark mode emails (#18889)
This commit is contained in:
parent
343037b022
commit
4542bf4fef
|
@ -60,7 +60,7 @@ module EmailHelper
|
|||
p,
|
||||
span,
|
||||
td {
|
||||
color: #dddddd !important;
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
[data-stripped-secure-media] {
|
||||
|
|
Loading…
Reference in New Issue