composer: Remove font colors in plaintext mode

Previously, font colors would be shown in the composer even in plaintext
editing mode.

Fixes #674.
This commit is contained in:
James Westman 2020-03-12 17:11:23 -05:00
parent bf0bbf488e
commit ecf723c400

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;
}