mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
FIX: Email styles for Gmail app dark mode (#16482)
This commit is contained in:
@@ -63,14 +63,6 @@ module EmailHelper
|
||||
color: #dddddd !important;
|
||||
}
|
||||
|
||||
[dm='light-img'] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
[dm='dark-img'] {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
[dm='text-color'] {
|
||||
color: #dddddd;
|
||||
}
|
||||
@@ -79,15 +71,33 @@ module EmailHelper
|
||||
background: #151515 !important;
|
||||
}
|
||||
|
||||
[dm='topic-body'] {
|
||||
background: #151515 !important;
|
||||
border-bottom: 1px solid #454545 !important;
|
||||
}
|
||||
|
||||
[dm='triangle'] {
|
||||
border-top-color: #151515 !important;
|
||||
}
|
||||
|
||||
[dm='body'] {
|
||||
background: #222222 !important;
|
||||
color: #dddddd !important;
|
||||
}
|
||||
|
||||
[dm='secure-media-notice'] {
|
||||
border-color: #454545 !important;
|
||||
}
|
||||
|
||||
[dm='body_primary'] {
|
||||
background: #062e3d !important;
|
||||
color: #dddddd !important;
|
||||
}
|
||||
|
||||
[dm='bg'] {
|
||||
background: #232323 !important;
|
||||
border-color: #454545 !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user