css is now completely in the script (no more external css!)
This commit is contained in:
@@ -4,7 +4,8 @@ const MAILTO = "mailto:";
|
||||
// mailgo style
|
||||
const mailgoCSS = document.createElement("style");
|
||||
mailgoCSS.type = "text/css";
|
||||
mailgoCSS.appendChild("MAILGO_STYLE");
|
||||
mailgoCSSContent = document.createTextNode(`MAILGO_STYLE`);
|
||||
mailgoCSS.appendChild(mailgoCSSContent);
|
||||
document.head.appendChild(mailgoCSS);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user