1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-24 13:53:05 +02:00

Add initial address styles

This commit is contained in:
Kognise
2019-04-14 09:40:40 -04:00
parent 1acfd6b553
commit 9f25b89c13
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: '📞 ';
}