Disallow transparent colors

This commit is contained in:
M66B 2019-09-24 17:48:10 +02:00
parent f8fcb9c08b
commit 9da5944fab
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ public class HtmlHelper {
.toLowerCase(Locale.ROOT)
.replace(" ", "")
.replace("inherit", "")
.replace("transparent", "")
.replace("!important", "");
Integer color = null;