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:
@@ -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: '📞 ';
|
||||
}
|
Reference in New Issue
Block a user