mirror of https://github.com/M66B/FairEmail.git
Color workaround
This commit is contained in:
parent
f93fe15775
commit
1909199412
|
@ -180,6 +180,7 @@ public class HtmlHelper {
|
|||
switch (key) {
|
||||
case "color":
|
||||
String c = value
|
||||
.replace("\"", "")
|
||||
.replace("none", "")
|
||||
.replace("unset", "")
|
||||
.replace("inherit", "")
|
||||
|
|
Loading…
Reference in New Issue