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:
parent
bf0bbf488e
commit
ecf723c400
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ body.plain, body.plain * {
|
|||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: medium !important;
|
||||
color: black !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue