1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-18 21:28:54 +00:00

Color workaround

This commit is contained in:
M66B 2020-01-22 09:30:07 +01:00
parent f93fe15775
commit 1909199412

View file

@ -180,6 +180,7 @@ public class HtmlHelper {
switch (key) {
case "color":
String c = value
.replace("\"", "")
.replace("none", "")
.replace("unset", "")
.replace("inherit", "")