italic del mailgo-by

This commit is contained in:
Matteo Manzinello 2019-05-05 22:15:04 +02:00
parent 248117cf47
commit 1334a7be5f
3 changed files with 5 additions and 3 deletions

3
dist/mailgo.js vendored
View File

@ -3,7 +3,7 @@ function mailgoInit() {
let mailgos = document.querySelectorAll('a[href^="mailto:"]:not(.no-mailgo)'); let mailgos = document.querySelectorAll('a[href^="mailto:"]:not(.no-mailgo)');
let styles = ` let styles = `
.mailgo-modal { .mailgo {
all: initial; all: initial;
* { * {
all: unset; all: unset;
@ -87,6 +87,7 @@ function mailgoInit() {
font-size: 8px; font-size: 8px;
margin-top: 1rem; margin-top: 1rem;
padding: 0px; padding: 0px;
font-style: italic;
} }
.mailgo-weight-500 { .mailgo-weight-500 {
font-weight: 500; font-weight: 500;

2
dist/mailgo.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@ function mailgoInit() {
let mailgos = document.querySelectorAll('a[href^="mailto:"]:not(.no-mailgo)'); let mailgos = document.querySelectorAll('a[href^="mailto:"]:not(.no-mailgo)');
let styles = ` let styles = `
.mailgo-modal { .mailgo {
all: initial; all: initial;
* { * {
all: unset; all: unset;
@ -87,6 +87,7 @@ function mailgoInit() {
font-size: 8px; font-size: 8px;
margin-top: 1rem; margin-top: 1rem;
padding: 0px; padding: 0px;
font-style: italic;
} }
.mailgo-weight-500 { .mailgo-weight-500 {
font-weight: 500; font-weight: 500;