mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Color workaround
This commit is contained in:
@@ -180,6 +180,7 @@ public class HtmlHelper {
|
||||
switch (key) {
|
||||
case "color":
|
||||
String c = value
|
||||
.replace("\"", "")
|
||||
.replace("none", "")
|
||||
.replace("unset", "")
|
||||
.replace("inherit", "")
|
||||
|
||||
Reference in New Issue
Block a user