Merge branch 'fix-674' into 'mainline'

composer: Remove font colors in plaintext mode

Closes #674

See merge request GNOME/geary!421
This commit is contained in:
Michael Gratton 2020-03-13 07:26:19 +00:00
commit 1ec4f4a29d

View file

@ -17,6 +17,7 @@ body.plain, body.plain * {
font-weight: normal;
font-style: normal;
font-size: medium !important;
color: black !important;
text-decoration: none;
}