mirror of
https://github.com/kognise/water.css.git
synced 2025-12-15 19:16:43 +01:00
Add initial address styles
This commit is contained in:
parent
1acfd6b553
commit
9f25b89c13
6 changed files with 25 additions and 4 deletions
|
|
@ -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: '📞 ';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue