mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
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
Block a user