Override #wpbody color to default for form-editor

[MAILPOET-3305]
This commit is contained in:
Jan Lysý
2021-01-18 16:38:16 +01:00
committed by Veljko V
parent b34b02b0db
commit c0a39af218

View File

@@ -5,6 +5,10 @@
line-height: $line-height;
}
.admin_page_mailpoet-form-editor #wpbody {
color: inherit;
}
a {
text-decoration: underline;