Added color workaround

This commit is contained in:
M66B
2020-02-10 09:34:15 +01:00
parent 74c5937b63
commit fc2c490aaf

View File

@@ -772,6 +772,7 @@ public class HtmlHelper {
.replace("null", "")
.replace("none", "")
.replace("unset", "")
.replace("auto", "")
.replace("inherit", "")
.replace("initial", "")
.replace("windowtext", "")