test di css, html di demo
This commit is contained in:
1
dist/mailgo.js
vendored
1
dist/mailgo.js
vendored
@@ -4,6 +4,7 @@ let mailgos = document.querySelectorAll('a[href^="mailto:"]:not(.no-mailgo)');
|
|||||||
let styles = `
|
let styles = `
|
||||||
.mailgo-modal-container {
|
.mailgo-modal-container {
|
||||||
background: white;
|
background: white;
|
||||||
|
color:red;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
2
index.html
Normal file
2
index.html
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
<a href="mailto:matteo@manzinello.dev">matteo@manzinello.dev</a>
|
||||||
|
<script src="dist/mailgo.js"></script>
|
||||||
@@ -4,6 +4,7 @@ let mailgos = document.querySelectorAll('a[href^="mailto:"]:not(.no-mailgo)');
|
|||||||
let styles = `
|
let styles = `
|
||||||
.mailgo-modal-container {
|
.mailgo-modal-container {
|
||||||
background: white;
|
background: white;
|
||||||
|
color:red;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user