Ignore some more color values

This commit is contained in:
M66B
2019-09-25 10:05:30 +02:00
parent 00e11c2000
commit 4a5b65fd72

View File

@@ -166,6 +166,8 @@ public class HtmlHelper {
.toLowerCase(Locale.ROOT)
.replace(" ", "")
.replace("inherit", "")
.replace("initial", "")
.replace("windowtext", "")
.replace("transparent", "")
.replace("!important", "");