Add initial address styles

This commit is contained in:
Kognise 2019-04-14 09:40:40 -04:00
parent 1acfd6b553
commit 9f25b89c13
No known key found for this signature in database
GPG key ID: 19AA40F6884A36D6
6 changed files with 25 additions and 4 deletions

View file

@ -29,4 +29,16 @@ blockquote > footer {
blockquote cite {
font-style: normal;
}
address {
font-style: normal;
}
a[href^='mailto']::before {
content: '✉️ ';
}
a[href^='tel']::before {
content: '📞 ';
}