mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08: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