mirror of
https://github.com/kognise/water.css.git
synced 2025-08-14 00:54:08 +02:00
Merge pull request #166 from PaperMountainStudio/master
fix telephone.html being recognized as tel: etc.
This commit is contained in:
@@ -62,15 +62,15 @@ address {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^='mailto']::before {
|
a[href^='mailto\:']::before {
|
||||||
content: '📧 ';
|
content: '📧 ';
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^='tel']::before {
|
a[href^='tel\:']::before {
|
||||||
content: '📞 ';
|
content: '📞 ';
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^='sms']::before {
|
a[href^='sms\:']::before {
|
||||||
content: '💬 ';
|
content: '💬 ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user