You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening an email in K-9 on android in dark mode, the header css for dark mode is ignored and instead it puts the inline stylebackground: black !important; in each html tag and overwrites it.
Example from my email:
<tr style="background: black !important; color: rgb(243, 243, 243) !important; border-collapse: collapse; margin: 0px;">
<td colspan="3" align="left" style="background: black !important; color: rgb(243, 243, 243) !important; border-collapse: collapse; margin: 0px;">
<a class="button btnOutlineFill btnOutline DarkmodeWhiteText" href="###" style="background: black !important; color: rgb(29, 33, 36); font-size: 16px; border: 2px solid rgb(29, 33, 36); text-decoration: none; border-radius: 50px; display: inline-block; font-family: XING-Sans, Helvetica, Arial, sans-serif; font-weight: bold; line-height: 36px;">
<span style="background: black !important; color: rgb(204, 255, 51) !important; padding: 8px 16px; font-size: 16px; font-weight: bold; line-height: 36px;">edit contacts</span>
</a>
</td>
</tr>
When opening an email in K-9 on android in dark mode, the header css for dark mode is ignored and instead it puts the inline style
background: black !important;
in each html tag and overwrites it.Example from my email:
There is already an open issue for that the false dark mode styling in their repo thunderbird/thunderbird-android#4198
The text was updated successfully, but these errors were encountered: