fix(1545): fix icons for mailto and tel

Fix #1545
This commit is contained in:
David Larlet 2024-01-19 11:12:49 -05:00
parent 5a6f1c1bcc
commit 7e5c15b5b0
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -1317,10 +1317,10 @@ a.add-datalayer:hover,
margin: 5px;
}
a[href^='mailto']::before {
content: '🖃 ';
content: '✉︎ ';
}
a[href^='tel']::before {
content: '🕿 ';
content: '☎︎ ';
}
address span {
padding-right: 5px;