italic del mailgo-by
This commit is contained in:
parent
248117cf47
commit
1334a7be5f
3
dist/mailgo.js
vendored
3
dist/mailgo.js
vendored
@ -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
2
dist/mailgo.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user