mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
fix telephone.html being recognized as tel: etc.
This commit is contained in:
parent
7c8261264f
commit
49fb387779
1 changed files with 4 additions and 4 deletions
|
|
@ -62,15 +62,15 @@ address {
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
a[href^='mailto']::before {
|
||||
a[href^='mailto\:']::before {
|
||||
content: '📧 ';
|
||||
}
|
||||
|
||||
a[href^='tel']::before {
|
||||
a[href^='tel\:']::before {
|
||||
content: '📞 ';
|
||||
}
|
||||
|
||||
a[href^='sms']::before {
|
||||
a[href^='sms\:']::before {
|
||||
content: '💬 ';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue