Skip to content

Commit 26d4837

Browse files
committed
using mail icon for link to mailto:
1 parent 2df7761 commit 26d4837

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h2 class="opener">
169169
Mailing list archive.
170170
</a>
171171
</li>
172-
<li>
172+
<li class="mail">
173173
<a href="mailto:[email protected]">
174174
Email team contact (Dominique Hazael-Massieux).
175175
</a>

styles/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ img{
193193
background-image: url("../images/link.svg");
194194
}
195195

196+
.linkslist > li.mail {
197+
background-image: url("../images/mail.svg");
198+
}
199+
200+
196201
main{
197202
background-color: rgb(250, 245, 236);
198203
}

0 commit comments

Comments
 (0)