diff --git a/dist/mailgo.js b/dist/mailgo.js index 40a7dfb..9c03693 100644 --- a/dist/mailgo.js +++ b/dist/mailgo.js @@ -4,6 +4,7 @@ let mailgos = document.querySelectorAll('a[href^="mailto:"]:not(.no-mailgo)'); let styles = ` .mailgo-modal-container { background: white; + color:red; } `; diff --git a/index.html b/index.html new file mode 100644 index 0000000..de040d7 --- /dev/null +++ b/index.html @@ -0,0 +1,2 @@ +matteo@manzinello.dev + diff --git a/src/mailgo.js b/src/mailgo.js index 40a7dfb..9c03693 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -4,6 +4,7 @@ let mailgos = document.querySelectorAll('a[href^="mailto:"]:not(.no-mailgo)'); let styles = ` .mailgo-modal-container { background: white; + color:red; } `;